import type { SelectionState, TooltipState } from '../../types/state.js'; export declare const useSetState: () => (action: import("../../types/state.js").AnnotationState | ((prev: import("../../types/state.js").AnnotationState) => import("../../types/state.js").AnnotationState)) => void; export declare const useSetStateTooltip: () => (newTooltipState: Partial) => void; export declare const useSetStateSelection: () => (newSelectionState: Partial) => void;