export declare const pallete: { primary: string; accent: string; }; export declare const Theme: { colors: { primary: string; primary_40: string; primary_30: string; primary_20: string; primary_10: string; accent: string; accent_light: string; black: string; text: string; darkGray: string; gray_1: string; gray_2: string; gray_3: string; gray_4: string; white: string; overlayer: string; red: string; orange: string; green: string; }; fontSize: { xxs: string; xs: string; s: string; m: string; l: string; xl: string; }; lineHeight: { xxs: string; xs: string; s: string; m: string; l: string; xl: string; }; padding: { xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; zIndex: { modalOverlayer: number; dropdown: number; }; borderRadius: { s: string; m: string; l: string; }; shadow: { s: string; m: string; }; }; export declare const mainTheme: { action: string; buttonText: string; buttonPrimaryHover: string; buttonSecondaryHover: string; buttonInverseHover: string; disabledBackground: string; disabledText: string; errorBackgroundColor: string; errorBackgroundColorHover: string; errorBackgroundColorHoverLight: string; iconColor: string; iconHoverColor: string; iconBgColor: string; iconDisabledColor: string; iconBgHoverColor: string; textColor: string; inputDefaultBackground: string; inputDefaultBorder: string; inputDefaultTextColor: string; inputFocusBackground: string; inputFocusBorder: string; inputFocusTextColor: string; inputDisabledBackground: string; inputDisabledBorder: string; inputDisabledTextColor: string; inputErrorBackground: string; inputErrorBorder: string; inputErrorTextColor: string; contentBackground: string; optionActiveColor: string; optionColor: string; optionHoverBackground: string; selector: string; tableBorderColor: string; tableHeaderBackground: string; tableHeaderActive: string; tableCellBackground: string; tableCellEvenBackground: string; tableCellHoverBackground: string; tableCellActiveBackground: string; tableCellSortIconActive: string; tableCellSortIcon: string; tableMoreIconColor: string; tableHoverMoreIconColor: string; chipsNeutralBackground: string; chipsNeutralTextColor: string; chipsNeutralHoverBackground: string; toogleBackgrund: string; toogleActiveBackgorund: string; checkColor: string; };