import { type SelectionContextValue } from './SelectionContext'; export declare const useSelectionContext: () => SelectionContextValue;