import type { InformationOverlayContextType } from '../contexts/InformationOverlayContext.js'; /** * @internal */ export declare const useInformationOverlayContext: () => InformationOverlayContextType;