import * as React from "react"; import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog"; 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(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogContent(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogHeader(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function AlertDialogFooter(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function AlertDialogMedia(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function AlertDialogTitle(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogDescription(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogAction(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function AlertDialogCancel(props: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export { AlertDialog, AlertDialogTrigger, AlertDialogPortal, AlertDialogOverlay, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogMedia, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, }; //# sourceMappingURL=alert-dialog.d.ts.map