import type { Theme } from '../../_mixins/use-theme'; import type { ThemeCommonVars } from '../../_styles/common'; declare const self: (vars: ThemeCommonVars) => { fontSizeSmall: string; fontSizeMedium: string; lineHeight: string; titleFontWeight: string; borderRadius: string; border: string; color: string; titleTextColor: string; iconColor: string; contentTextColor: string; closeBorderRadius: string; closeColorHover: string; closeColorPressed: string; borderInfo: string; colorInfo: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; titleTextColorInfo: string; iconColorInfo: string; contentTextColorInfo: string; closeColorHoverInfo: string; closeColorPressedInfo: string; borderSuccess: string; colorSuccess: string; closeIconColorInfo: string; closeIconColorHoverInfo: string; closeIconColorPressedInfo: string; titleTextColorSuccess: string; iconColorSuccess: string; contentTextColorSuccess: string; closeColorHoverSuccess: string; closeColorPressedSuccess: string; borderWarning: string; colorWarning: string; closeIconColorSuccess: string; closeIconColorHoverSuccess: string; closeIconColorPressedSuccess: string; titleTextColorWarning: string; iconColorWarning: string; contentTextColorWarning: string; closeColorHoverWarning: string; closeColorPressedWarning: string; borderError: string; colorError: string; closeIconColorWarning: string; closeIconColorHoverWarning: string; closeIconColorPressedWarning: string; titleTextColorError: string; iconColorError: string; contentTextColorError: string; closeColorHoverError: string; closeColorPressedError: string; borderQue: string; colorQue: string; titleTextColorQue: string; iconColorQue: string; contentTextColorQue: string; closeColorQue: string; closeColorHoverQue: string; closeColorPressedQue: string; closeIconColorError: string; closeIconColorHoverError: string; closeIconColorPressedError: string; iconMargin: string; iconMarginRtl: string; iconMarginBig: string; iconSize: string; iconSizeBig: string; closeIconSize: string; closeSize: string; closeMargin: string; closeMarginBig: string; closeMarginRtl: string; padding: string; paddingBig: string; }; export type AlertThemeVars = ReturnType; declare const alertLight: Theme<'Alert', AlertThemeVars>; export default alertLight; export type AlertTheme = typeof alertLight;