import { AlertDialog as AlertDialogPrimitive } from '@base-ui/react'; import { type ComponentProps } from 'react'; import { Flex } from '../flex'; export declare const AlertDialogHeader: { ({ className, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const AlertDialogFooter: { ({ className, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const AlertDialogBody: { ({ className, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const AlertDialogTitle: { ({ className, ...props }: AlertDialogPrimitive.Title.Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; export declare const AlertDialogDescription: { ({ className, ...props }: AlertDialogPrimitive.Description.Props): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=alert-dialog-misc.d.ts.map