export declare const COLORS: string[]; export declare const DEFAULT_COLOR = "blue"; export declare const LANGUAGE = "en"; export declare const DATE_FORMAT = "YYYY-MM-DD"; export declare const START_WEEK = "sun"; export declare const DAYS: number[]; export declare const MONTHS: number[]; export declare const CALENDAR_SIZE = 42; export declare const BG_COLOR: { 100: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; 200: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; 500: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; hover: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; }; export declare const TEXT_COLOR: { 500: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; 600: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; hover: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; }; export declare const BORDER_COLOR: { 500: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; focus: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; }; export declare const RING_COLOR: { focus: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; "second-focus": { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; }; export declare const BUTTON_COLOR: { focus: { blue: string; orange: string; yellow: string; red: string; purple: string; amber: string; lime: string; green: string; emerald: string; teal: string; cyan: string; sky: string; indigo: string; violet: string; fuchsia: string; pink: string; rose: string; }; };