/// import type { ActionTypes } from '../state/types'; import type { PortalType } from '../types'; export declare const PortalStateContext: import("react").Context | null>; export declare const PortalDispatchContext: import("react").Context | null>;