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