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