///
import { AlertDialog as AlertDialogPrimitive } from '@base-ui/react';
export declare const AlertDialog: typeof AlertDialogPrimitive.Root & {
Header: {
({ className, ...props }: import("class-variance-authority").VariantProps<(props?: ({
direction?: "row" | "column" | "rowReverse" | "columnReverse" | null | undefined;
align?: "center" | "end" | "baseline" | "start" | "stretch" | null | undefined;
justify?: "center" | "end" | "start" | "between" | null | undefined;
wrap?: "wrap" | "noWrap" | "wrapReverse" | null | undefined;
gap?: 1 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").ClassAttributes & import("react").HTMLAttributes & {
render?: import("react").ReactElement> | import("@base-ui/react").ComponentRenderFn | undefined;
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Footer: {
({ className, ...props }: import("class-variance-authority").VariantProps<(props?: ({
direction?: "row" | "column" | "rowReverse" | "columnReverse" | null | undefined;
align?: "center" | "end" | "baseline" | "start" | "stretch" | null | undefined;
justify?: "center" | "end" | "start" | "between" | null | undefined;
wrap?: "wrap" | "noWrap" | "wrapReverse" | null | undefined;
gap?: 1 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").ClassAttributes & import("react").HTMLAttributes & {
render?: import("react").ReactElement> | import("@base-ui/react").ComponentRenderFn | undefined;
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Body: {
({ className, ...props }: import("class-variance-authority").VariantProps<(props?: ({
direction?: "row" | "column" | "rowReverse" | "columnReverse" | null | undefined;
align?: "center" | "end" | "baseline" | "start" | "stretch" | null | undefined;
justify?: "center" | "end" | "start" | "between" | null | undefined;
wrap?: "wrap" | "noWrap" | "wrapReverse" | null | undefined;
gap?: 1 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").ClassAttributes & import("react").HTMLAttributes & {
render?: import("react").ReactElement> | import("@base-ui/react").ComponentRenderFn | undefined;
}): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Trigger: AlertDialogPrimitive.Trigger;
Content: {
({ className, children, overlay, showNestedAnimation, ...props }: import("./alert-dialog-content").AlertDialogContentProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Close: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
Title: {
({ className, ...props }: import("@base-ui/react").AlertDialogTitleProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
Description: {
({ className, ...props }: import("@base-ui/react").AlertDialogDescriptionProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
createHandle: typeof AlertDialogPrimitive.createHandle;
};
//# sourceMappingURL=alert-dialog.d.ts.map