export declare const TooltipPortalContext: import("react").Context<HTMLElement | null>;
export declare const useTooltipPortal: () => HTMLElement | null;
