import type { ConfirmationContext } from './types'; export declare function createConfirmationContext(mountNode?: Element | DocumentFragment | HTMLElement): ConfirmationContext; export declare const ContextAwareConfirmation: ConfirmationContext;