import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { lineHeight: string; fontSize: string; fontWeight: string; descriptionFontWeight: string; descriptionLineHeight: string; descriptionFontSize: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; metaFontSize: string; borderRadius: string; closeSize: string; closeIconSize: string; avatarSize: string; closeMargin: string; color: string; iconColor: string; textColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColorHover: string; closeColorPressed: string; titleTextColor: string; descriptionTextColor: string; actionTextColor: string; iconWrapperColor: string; iconWrapperPulseColor: string; colorSuccess: string; iconColorSuccess: string; textColorSuccess: string; closeIconColorSuccess: string; closeIconColorHoverSuccess: string; closeIconColorPressedSuccess: string; closeColorHoverSuccess: string; closeColorPressedSuccess: string; titleTextColorSuccess: string; descriptionTextColorSuccess: string; actionTextColorSuccess: string; iconWrapperColorSuccess: string; iconWrapperPulseColorSuccess: string; colorInfo: string; iconColorInfo: string; textColorInfo: string; closeIconColorInfo: string; closeIconColorHoverInfo: string; closeIconColorPressedInfo: string; closeColorHoverInfo: string; closeColorPressedInfo: string; titleTextColorInfo: string; descriptionTextColorInfo: string; actionTextColorInfo: string; iconWrapperColorInfo: string; iconWrapperPulseColorInfo: string; colorWarning: string; iconColorWarning: string; textColorWarning: string; closeIconColorWarning: string; closeIconColorHoverWarning: string; closeIconColorPressedWarning: string; closeColorHoverWarning: string; closeColorPressedWarning: string; titleTextColorWarning: string; descriptionTextColorWarning: string; actionTextColorWarning: string; iconWrapperColorWarning: string; iconWrapperPulseColorWarning: string; colorError: string; iconColorError: string; textColorError: string; closeIconColorError: string; closeIconColorHoverError: string; closeIconColorPressedError: string; closeColorHoverError: string; closeColorPressedError: string; titleTextColorError: string; descriptionTextColorError: string; actionTextColorError: string; iconWrapperColorError: string; iconWrapperPulseColorError: string; colorPrimary: string; iconColorPrimary: string; textColorPrimary: string; closeIconColorPrimary: string; closeIconColorHoverPrimary: string; closeIconColorPressedPrimary: string; closeColorHoverPrimary: string; closeColorPressedPrimary: string; titleTextColorPrimary: string; descriptionTextColorPrimary: string; actionTextColorPrimary: string; iconWrapperColorPrimary: string; iconWrapperPulseColorPrimary: string; width: string; padding: string; closeBorderRadius: string; }; export type NotificationThemeVars = ReturnType; declare const notificationLight: import("../../_mixins").Theme<"Notification", { lineHeight: string; fontSize: string; fontWeight: string; descriptionFontWeight: string; descriptionLineHeight: string; descriptionFontSize: string; titleFontSize: string; titleLineHeight: string; titleFontWeight: string; metaFontSize: string; borderRadius: string; closeSize: string; closeIconSize: string; avatarSize: string; closeMargin: string; color: string; iconColor: string; textColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColorHover: string; closeColorPressed: string; titleTextColor: string; descriptionTextColor: string; actionTextColor: string; iconWrapperColor: string; iconWrapperPulseColor: string; colorSuccess: string; iconColorSuccess: string; textColorSuccess: string; closeIconColorSuccess: string; closeIconColorHoverSuccess: string; closeIconColorPressedSuccess: string; closeColorHoverSuccess: string; closeColorPressedSuccess: string; titleTextColorSuccess: string; descriptionTextColorSuccess: string; actionTextColorSuccess: string; iconWrapperColorSuccess: string; iconWrapperPulseColorSuccess: string; colorInfo: string; iconColorInfo: string; textColorInfo: string; closeIconColorInfo: string; closeIconColorHoverInfo: string; closeIconColorPressedInfo: string; closeColorHoverInfo: string; closeColorPressedInfo: string; titleTextColorInfo: string; descriptionTextColorInfo: string; actionTextColorInfo: string; iconWrapperColorInfo: string; iconWrapperPulseColorInfo: string; colorWarning: string; iconColorWarning: string; textColorWarning: string; closeIconColorWarning: string; closeIconColorHoverWarning: string; closeIconColorPressedWarning: string; closeColorHoverWarning: string; closeColorPressedWarning: string; titleTextColorWarning: string; descriptionTextColorWarning: string; actionTextColorWarning: string; iconWrapperColorWarning: string; iconWrapperPulseColorWarning: string; colorError: string; iconColorError: string; textColorError: string; closeIconColorError: string; closeIconColorHoverError: string; closeIconColorPressedError: string; closeColorHoverError: string; closeColorPressedError: string; titleTextColorError: string; descriptionTextColorError: string; actionTextColorError: string; iconWrapperColorError: string; iconWrapperPulseColorError: string; colorPrimary: string; iconColorPrimary: string; textColorPrimary: string; closeIconColorPrimary: string; closeIconColorHoverPrimary: string; closeIconColorPressedPrimary: string; closeColorHoverPrimary: string; closeColorPressedPrimary: string; titleTextColorPrimary: string; descriptionTextColorPrimary: string; actionTextColorPrimary: string; iconWrapperColorPrimary: string; iconWrapperPulseColorPrimary: string; width: string; padding: string; closeBorderRadius: string; }, { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; }>; export default notificationLight; export type NotificationTheme = typeof notificationLight;