import type { ModalDispatchContextType, ModalStateContextType } from '../types/modal';
export declare const ModalStateContext: import("react").Context<ModalStateContextType | null>;
export declare const ModalDispatchContext: import("react").Context<ModalDispatchContextType>;
