export declare const COLORS: readonly ["none", "gray", "red", "orange", "yellow", "yellow-green", "green", "teal", "light-blue", "blue", "indigo", "purple", "pink", "brown"]; export declare const CSS_POSITION: readonly ["static", "relative", "absolute", "fixed", "sticky"]; export declare const PLACEMENTS: readonly ["top", "middle", "bottom", "left", "right"]; export declare const ALIGNS: readonly ["start", "center", "end"]; export declare const SIZES: readonly ["xs", "sm", "md", "lg", "xl"]; export declare const VS_FORM = "vs-form"; export declare const VS_LAYOUT = "vs-layout"; export declare const LAYOUT_Z_INDEX = 100; export declare const APP_LAYOUT_Z_INDEX = 1000; export declare const SCROLLBAR_WIDTH = "0.6rem"; export declare const MODAL_DURATION = 300; export declare const DEFAULT_TOAST_TIMEOUT = 3000; export declare const VS_OVERLAY_ID = "vs-overlay"; export declare const VS_OVERLAY_CLOSE = "vs-overlay-close"; export declare const VS_OVERLAY_OPEN = "vs-overlay-open"; export declare const VS_CONFIRM_OK = "vs-confirm-ok"; export declare const VS_CONFIRM_CANCEL = "vs-confirm-cancel"; export declare const DRAWER_SIZE: { xs: string; sm: string; md: string; lg: string; xl: string; }; export declare const INVALID_INDEX = -1;