import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog'; import * as React from 'react'; declare function AlertDialog({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogTrigger({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogPortal({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogContent({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogHeader({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element; declare function AlertDialogFooter({ className, ...props }: React.ComponentPropsWithoutRef<'div'>): import("react/jsx-runtime").JSX.Element; declare function AlertDialogTitle({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogDescription({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogAction({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogCancel({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, };