import type { ConfirmableDialog, Mounter } from './types'; export declare const createConfirmationCreater: (mounter: Mounter) => (Component: ConfirmableDialog, unmountDelay?: number, mountingNode?: HTMLElement) => (props: P) => Promise; declare const _default: (component: ConfirmableDialog, unmountDelay?: number, mountingNode?: HTMLElement) => (props: P) => Promise; export default _default;