export declare const positions: readonly ["top", "right", "bottom", "left"]; export declare const shapes: readonly ["circle", "square"]; export declare const sizes: readonly ["xs", "sm", "md", "lg", "xl"]; export declare const statuses: readonly ["success", "info", "warning", "error"]; export declare const colors: readonly ["primary", "secondary", "accent", "neutral"]; export declare const componentsColors: readonly ["primary", "secondary", "accent", "neutral", "ghost", "success", "info", "warning", "error"]; export declare const defaultTheme = "light"; export declare const GAP_MAP: { xs: string; sm: string; md: string; lg: string; }; export declare const defaultSize = "md";