import { AlertDialog as AlertDialogPrimitive } from '@base-ui/react'; export interface AlertDialogContentProps extends AlertDialogPrimitive.Popup.Props { overlay?: AlertDialogPrimitive.Backdrop.Props & { blur?: boolean; }; /** * Toggles nested dialog animation (scaling and translation) * `@default` true */ showNestedAnimation?: boolean; } export declare const AlertDialogContent: { ({ className, children, overlay, showNestedAnimation, ...props }: AlertDialogContentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=alert-dialog-content.d.ts.map