import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog'; import { ClassProp } from 'class-variance-authority/types'; import * as React_2 from 'react'; import { VariantProps } from 'class-variance-authority'; export declare const AlertDialog: React_2.ForwardRefExoticComponent>; export declare const AlertDialogAction: React_2.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ variant?: "link" | "dark" | "default" | "destructive" | "success" | "outline" | "secondary" | "suggestion" | "ghost" | "shadow" | "shadowSurface" | null | undefined; size?: "default" | "icon" | "xs" | "sm" | "lg" | null | undefined; } & ClassProp) | undefined) => string> & { asChild?: boolean | undefined; } & React_2.RefAttributes>; export declare const AlertDialogCancel: React_2.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ variant?: "link" | "dark" | "default" | "destructive" | "success" | "outline" | "secondary" | "suggestion" | "ghost" | "shadow" | "shadowSurface" | null | undefined; size?: "default" | "icon" | "xs" | "sm" | "lg" | null | undefined; } & ClassProp) | undefined) => string> & React_2.RefAttributes>; export declare const AlertDialogContent: React_2.ForwardRefExoticComponent, "ref"> & { zIndex?: string | undefined; } & React_2.RefAttributes>; export declare const AlertDialogDescription: React_2.ForwardRefExoticComponent, "ref"> & React_2.RefAttributes>; export declare const AlertDialogFooter: { ({ className, ...props }: React_2.HTMLAttributes): React_2.JSX.Element; displayName: string; }; export declare const AlertDialogHeader: { ({ className, ...props }: React_2.HTMLAttributes): React_2.JSX.Element; displayName: string; }; export declare const AlertDialogOverlay: React_2.ForwardRefExoticComponent, "ref"> & { zIndex?: string | undefined; } & React_2.RefAttributes>; export declare const AlertDialogPortal: React_2.FC; export declare const AlertDialogTitle: React_2.ForwardRefExoticComponent, "ref"> & React_2.RefAttributes>; export declare const AlertDialogTrigger: React_2.ForwardRefExoticComponent>; export { }