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