import * as react_jsx_runtime from 'react/jsx-runtime'; import { AlertDialog as AlertDialog$1 } from 'radix-ui'; import * as React from 'react'; declare function AlertDialog({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogTrigger({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogPortal({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogContent({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function AlertDialogTitle({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogDescription({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AlertDialogAction({ loading, className, ...props }: React.ComponentProps & { loading?: boolean; }): react_jsx_runtime.JSX.Element; declare function AlertDialogCancel({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };