import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { AlertDialog as AlertDialog$1 } from 'radix-ui'; import { Button } from './button.cjs'; import 'class-variance-authority/types'; import 'class-variance-authority'; 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, size, ...props }: React.ComponentProps & { size?: "default" | "sm"; }): 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 AlertDialogMedia({ 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({ className, variant, size, ...props }: React.ComponentProps & Pick, "variant" | "size">): react_jsx_runtime.JSX.Element; declare function AlertDialogCancel({ className, variant, size, ...props }: React.ComponentProps & Pick, "variant" | "size">): react_jsx_runtime.JSX.Element; export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };