import { MantineTheme } from '../../theme';
interface AlertStyles {
    color: string;
    theme: MantineTheme;
}
declare const _default: (args?: AlertStyles, classNames?: Partial<Record<"body" | "title" | "root", string>>, name?: string) => Record<"body" | "title" | "root", string>;
export default _default;
//# sourceMappingURL=Alert.styles.d.ts.map