import { type VariantProps } from 'class-variance-authority'; import { type HTMLAttributes } from 'react'; declare const Alert: import("react").ForwardRefExoticComponent & VariantProps<(props?: ({ variant?: "default" | "destructive" | "warning" | "error" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").RefAttributes>; declare const AlertTitle: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; declare const AlertDescription: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export { Alert, AlertTitle, AlertDescription }; //# sourceMappingURL=alert.d.ts.map