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