import { INotificationBellColors, INovuTheme } from '../../store/novu-theme.context'; import { ICommonTheme } from '../../store/novu-theme-provider.context'; declare const defaultLightTheme: INovuTheme; declare const defaultDarkTheme: INovuTheme; declare const defaultCommonTheme: ICommonTheme; declare const defaultNotificationBellLightTheme: INotificationBellColors; declare const defaultNotificationBellDarkTheme: INotificationBellColors; export { defaultLightTheme, defaultDarkTheme, defaultCommonTheme, defaultNotificationBellLightTheme, defaultNotificationBellDarkTheme, }; //# sourceMappingURL=themeDefaultValues.d.ts.map