import { MutableRefObject } from 'react'; export declare const PortalContext: import("react").Context<{ portalContainer: MutableRefObject; }>;