import { ClassProp } from 'class-variance-authority/types'; import * as React_2 from 'react'; import { VariantProps } from 'class-variance-authority'; export declare const Alert: React_2.ForwardRefExoticComponent & React_2.HTMLAttributes & VariantProps<(props?: ({ variant?: "default" | "success" | "warning" | "danger" | "info" | null | undefined; layout?: "compact" | "longForm" | null | undefined; } & ClassProp) | undefined) => string>, "ref"> & React_2.RefAttributes>; export declare const AlertAction: React_2.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React_2.RefAttributes>; export declare const AlertContent: React_2.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React_2.RefAttributes>; export declare const AlertDescription: React_2.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React_2.RefAttributes>; export declare const AlertTitle: React_2.ForwardRefExoticComponent, HTMLHeadingElement>, "ref"> & React_2.RefAttributes>; export { }