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