import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog"; import * as React from "react"; declare const AlertDialog: React.FC; declare const AlertDialogTrigger: React.ForwardRefExoticComponent>; declare const AlertDialogPortal: React.FC; declare const AlertDialogOverlay: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const AlertDialogContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare function AlertDialogHeader({ className, ...props }: React.HTMLAttributes): React.JSX.Element; declare namespace AlertDialogHeader { var displayName: string; } declare function AlertDialogFooter({ className, ...props }: React.HTMLAttributes): React.JSX.Element; declare namespace AlertDialogFooter { var displayName: string; } declare const AlertDialogTitle: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const AlertDialogDescription: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const AlertDialogAction: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const AlertDialogCancel: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { AlertDialog, AlertDialogPortal, AlertDialogOverlay, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, }; //# sourceMappingURL=alert-dialog.d.ts.map