export declare const oldThemeColors: { brandPrimary: string; brandPrimaryLight: string; brandSecondary: string; brandSecondaryLight: string; textColor: string; black: string; white: string; dangerRed: string; successGreenText: string; successGreenBg: string; btnGreenBg: string; searchTabText: string; grayText: string; formControlBg: string; formInputBg: string; grayBorder: string; lightGreenBorder: string; redBorder: string; darkGray: string; whiteLine: string; opacityBackground: string; titleText: string; borderPrimary: string; borderSeperator: string; ligntText: string; statusGreen: string; disabled: string; controllerBackground: string; lightGray: string; }; export declare const ThemeColors: { bg_system: string; bg_text_primary: string; bg_text_secondary: string; bg_text_teriaty: string; bg_white: string; bg_text_disabled: string; bg_border_primary: string; bg_border_seperator: string; bg_background_primary: string; bg_background_secondary: string; bg_background_overlay: string; bg_background_fields: string; bg_error: string; tx_system: string; tx_text_primary: string; tx_text_secondary: string; tx_text_teriaty: string; tx_white: string; tx_text_disabled: string; tx_border_primary: string; tx_border_seperator: string; tx_background_primary: string; tx_background_secondary: string; tx_background_overlay: string; tx_background_fields: string; tx_error: string; bg_system_gradient: string; t_green: string; b_green: string; }; export declare const typography: { browserBaseFontSize: number; rootFontSize: number; globalBodyFontSizeBase: number; fontPrimary: string; };