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