import { type VariantProps } from 'class-variance-authority'; export type AlertSeverity = 'danger' | 'warning' | 'success' | 'info'; export declare const alertRootVariants: (props?: ({ severity?: "danger" | "warning" | "success" | "info" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const alertIconVariants: (props?: ({ severity?: "danger" | "warning" | "success" | "info" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const alertBodyVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const alertTextVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const alertTitleVariants: (props?: ({ severity?: "danger" | "warning" | "success" | "info" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const alertDescriptionVariants: (props?: ({ severity?: "danger" | "warning" | "success" | "info" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const alertActionsVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export type AlertVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map