export declare const defaultTheme: { mode: string; primaryColor: string; primaryColorHover: string; primaryColorActive: string; navbarColor: string; secondaryColor: string; textColor: string; secondaryTextColor: string; primaryFont: string; disabled: string; textDisabled: string; infoSectionLight: string; infoSectionDark: string; bodyColor: string; cardBackground: string; }; export declare const whiteTheme: { mode: string; primaryColor: string; primaryColorHover: string; primaryColorActive: string; secondaryColor: string; navbarColor: string; textColor: string; secondaryTextColor: string; primaryFont: string; disabled: string; textDisabled: string; infoSectionLight: string; infoSectionDark: string; bodyColor: string; cardBackground: string; };