import { type RefObject } from 'react';
import type { ModalRootContextInterface } from './types';
/**
 * Сохраняем `ref` компонента `ModalOverlay` из `ModalRoot` в контекст, чтобы можно было пробросить
 * его до `ModalPage` и `ModalCard`.
 *
 * @private
 */
export declare const ModalRootOverlayContext: import("react").Context<RefObject<HTMLDivElement | null>>;
export declare const ModalRootContext: import("react").Context<ModalRootContextInterface>;
//# sourceMappingURL=ModalRootContext.d.ts.map