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