import { MantineColor, MantineNumberSize, MantineTheme } from '@asuikit/styles'; export type AlertVariant = 'filled' | 'outline' | 'light'; export interface AlertStylesParams { color: MantineColor; radius: MantineNumberSize; } declare const _default: (params: AlertStylesParams, options?: import("@asuikit/styles").UseStylesOptions) => { classes: { root: string; wrapper: string; body: string; title: string; label: string; icon: string; message: string; closeButton: string; }; cx: (...args: any) => string; theme: MantineTheme; }; export default _default; //# sourceMappingURL=Alert.styles.d.ts.map