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