export declare const SCROLL_AREA_AXES: readonly ["vertical", "horizontal", "both"]; export type SScrollAreaAxis = (typeof SCROLL_AREA_AXES)[number];