import { Context } from 'react'; export declare const PortalContainerContext: Context; export declare function usePortalContainer(): HTMLElement | undefined;