import type React from "react"; import { AlertDialog as ShadcnAlertDialog, AlertDialogAction as ShadcnAlertDialogAction, AlertDialogCancel as ShadcnAlertDialogCancel, AlertDialogContent as ShadcnAlertDialogContent, AlertDialogDescription as ShadcnAlertDialogDescription, AlertDialogFooter as ShadcnAlertDialogFooter, AlertDialogHeader as ShadcnAlertDialogHeader, AlertDialogMedia as ShadcnAlertDialogMedia, AlertDialogOverlay as ShadcnAlertDialogOverlay, AlertDialogPortal as ShadcnAlertDialogPortal, AlertDialogTitle as ShadcnAlertDialogTitle, AlertDialogTrigger as ShadcnAlertDialogTrigger } from "src/shadcn/components/alert-dialog"; declare const AlertDialog: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogAction: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogCancel: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogContent: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogDescription: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogFooter: ({ className, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogHeader: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogMedia: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogOverlay: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogPortal: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogTitle: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AlertDialogTrigger: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, };