/** * The distance from the horizontal start edge in pixels. * @type {number} */ export declare const scrollAreaOverflowXStart = "--scroll-area-overflow-x-start"; /** * The distance from the horizontal end edge in pixels. * @type {number} */ export declare const scrollAreaOverflowXEnd = "--scroll-area-overflow-x-end"; /** * The distance from the vertical start edge in pixels. * @type {number} */ export declare const scrollAreaOverflowYStart = "--scroll-area-overflow-y-start"; /** * The distance from the vertical end edge in pixels. * @type {number} */ export declare const scrollAreaOverflowYEnd = "--scroll-area-overflow-y-end";