import type { Theme } from '../../_mixins/use-theme'; import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { iconSize: string; closeIconSize: string; closeSize: string; titleFontSizeAlert: string; titleLineHeightAlert: string; titleFontWeightAlert: string; descriptionFontSizeAlert: string; descriptionLineHeightAlert: string; descriptionFontWeightAlert: string; titleFontSizeBanner: string; titleLineHeightBanner: string; titleFontWeightBanner: string; descriptionFontSizeBanner: string; descriptionLineHeightBanner: string; descriptionFontWeightBanner: string; borderRadius: string; color: string; titleTextColor: string; iconColor: string; contentTextColor: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; colorInfo: string; titleTextColorInfo: string; iconColorInfo: string; contentTextColorInfo: string; closeColorHoverInfo: string; closeColorPressedInfo: string; closeIconColorInfo: string; closeIconColorHoverInfo: string; closeIconColorPressedInfo: string; colorSuccess: string; titleTextColorSuccess: string; iconColorSuccess: string; contentTextColorSuccess: string; closeColorHoverSuccess: string; closeColorPressedSuccess: string; closeIconColorSuccess: string; closeIconColorHoverSuccess: string; closeIconColorPressedSuccess: string; colorWarning: string; titleTextColorWarning: string; iconColorWarning: string; contentTextColorWarning: string; closeColorHoverWarning: string; closeColorPressedWarning: string; closeIconColorWarning: string; closeIconColorHoverWarning: string; closeIconColorPressedWarning: string; colorError: string; titleTextColorError: string; iconColorError: string; contentTextColorError: string; closeColorHoverError: string; closeColorPressedError: string; closeIconColorError: string; closeIconColorHoverError: string; closeIconColorPressedError: string; colorPrimary: string; titleTextColorPrimary: string; iconColorPrimary: string; contentTextColorPrimary: string; closeColorHoverPrimary: string; closeColorPressedPrimary: string; closeIconColorPrimary: string; closeIconColorHoverPrimary: string; closeIconColorPressedPrimary: string; iconMargin: string; closeMargin: string; actionsMarginTop: string; actionsSpace: string; closeBorderRadius: string; paddingAlert: string; descriptionSpaceAlert: string; paddingBanner: string; descriptionSpaceBanner: string; }; export type AlertThemeVars = ReturnType; declare const alertLight: Theme<'Alert', AlertThemeVars>; export { self as alertSelf }; export default alertLight; export type AlertTheme = typeof alertLight;