export declare const COLORS: { PRIMARY: string; SECONDARY: string; BACKGROUND: string; BORDER: string; INDICATOR: string; }; export declare const TYPOGRAPHY: { FONT_FAMILY: string; FONT_WEIGHT: { SEMIBOLD: number; BOLD: number; }; FONT_SIZE: { TAB: string; TITLE: string; }; }; export declare const MODAL_DIMENSIONS: { WIDTH: { DESKTOP: number; MOBILE: number; }; }; export declare const TAB_STYLES: { BACKGROUND_COLOR: string; MARGIN_BOTTOM: string; LABEL: { FONT_FAMILY: string; FONT_WEIGHT: number; FONT_SIZE: string; TEXT_TRANSFORM: string; COLOR: string; SELECTED_COLOR: string; }; INDICATOR: { BACKGROUND_COLOR: string; }; };