import { HoneycombOverlayState, HoneycombSelectionState, HoneycombTooltipState } from '../types/state.js'; export declare const useSetStateTooltip: () => (newTooltipState: Partial) => void; export declare const useToggleStatePinnedTooltip: () => () => void; export declare const useSetStateSelection: () => (newSelectionState: Partial) => void; export declare const useSetStateOverlay: () => (newOverlayState: Partial) => void;