/**
 * Present when the toast viewport is expanded.
 * @type {boolean}
 */
export declare const expanded = "data-expanded";
/**
 * Present when the toast is behind the frontmost toast in the stack.
 * @type {boolean}
 */
export declare const behind = "data-behind";