import React, { FC, PropsWithChildren } from 'react'; import type { PopupContextType } from './Popup.types'; export declare const POPUP_PORTAL_ID = "plasma-popup-root"; export declare const usePopupContext: () => PopupContextType; export declare const PopupProvider: FC; /** * @description Только для применения в рамках SSR. */ UNSAFE_SSR_ENABLED?: boolean; }>; //# sourceMappingURL=PopupContext.d.ts.map