/**
 * Indicates the index of the toast in the list.
 * @type {number}
 */
export declare const index = "--toast-index";
/**
 * Indicates the vertical pixels offset of the toast in the list when expanded.
 * @type {number}
 */
export declare const offsetY = "--toast-offset-y";
/**
 * Indicates the measured natural height of the toast in pixels.
 * @type {number}
 */
export declare const height = "--toast-height";
/**
 * Indicates the horizontal swipe movement of the toast.
 * @type {number}
 */
export declare const swipeMovementX = "--toast-swipe-movement-x";
/**
 * Indicates the vertical swipe movement of the toast.
 * @type {number}
 */
export declare const swipeMovementY = "--toast-swipe-movement-y";