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