import type { ThemeCommonVars } from '../../_styles/common'; export declare const self: (vars: ThemeCommonVars) => { borderRadius: string; lineHeight: string; fontSize: string; headerFontWeight: string; iconColor: string; iconColorSuccess: string; iconColorInfo: string; iconColorWarning: string; iconColorError: string; color: string; textColor: string; closeColor: string; closeColorHover: string; closeColorPressed: string; headerTextColor: string; descriptionTextColor: string; actionTextColor: string; boxShadow: string; closeMargin: string; closeSize: string; width: string; padding: string; }; export declare type NotificationThemeVars = ReturnType; declare const notificationLight: import("../../_mixins").Theme<"Notification", { borderRadius: string; lineHeight: string; fontSize: string; headerFontWeight: string; iconColor: string; iconColorSuccess: string; iconColorInfo: string; iconColorWarning: string; iconColorError: string; color: string; textColor: string; closeColor: string; closeColorHover: string; closeColorPressed: string; headerTextColor: string; descriptionTextColor: string; actionTextColor: string; boxShadow: string; closeMargin: string; closeSize: string; width: string; padding: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; }>; export default notificationLight; export declare type NotificationTheme = typeof notificationLight;