import { ModalContextValue } from '../../hooks'; export declare function createMockModalContext(overrides?: Partial): ModalContextValue;