export declare const zIndexes: number[]; export declare const borderRadiuses: { readonly sm: 6; readonly md: 10; readonly xl: 14; }; export declare const shadows: { button: string; card1: string; card2: string; card3: string; dropdown: string; }; export declare const sectionsSpaces: { readonly xxxs: 30; readonly xxs: 40; readonly xs: 50; readonly sm: 60; readonly md: 70; readonly lg: 80; readonly xl: 90; readonly xxl: 100; readonly xxxl: 120; }; export declare const elementsSpaces: { readonly xxxs: 8; readonly xxs: 10; readonly xs: 12; readonly sm: 16; readonly md: 20; readonly lg: 30; readonly xl: 40; readonly xxl: 50; readonly xxxl: 80; }; export declare const gaps: { readonly xxxs: 8; readonly xxs: 12; readonly xs: 16; readonly sm: 20; readonly md: 24; readonly lg: 32; readonly xl: 40; readonly xxl: 50; readonly xxxl: 60; readonly xxxxl: 90; }; export declare const boxes: { readonly width: { readonly xxxs: 6; readonly xxs: 100; readonly sm: 255; readonly md: 350; readonly lg: 440; readonly xl: 540; readonly xxl: 635; readonly xxxl: 760; }; readonly height: { readonly xxxs: 60; readonly xxs: 200; readonly xs: 290; readonly sm: 446; readonly md: 525; readonly lg: 650; }; }; export declare const borderWidths: { readonly sm: 1; readonly md: 2; readonly lg: 4; };