import type { IAlertDialogComponentType } from './types'; export declare function createAlertDialog({ Root, Content, CloseButton, Header, Footer, Body, Backdrop, AnimatePresence, }: { Root: React.ComponentType; Content: React.ComponentType; CloseButton: React.ComponentType; Header: React.ComponentType; Footer: React.ComponentType; Body: React.ComponentType; Backdrop: React.ComponentType; AnimatePresence?: React.ComponentType; }): IAlertDialogComponentType; //# sourceMappingURL=index.d.ts.map