/// <reference types="react" />
import type { SelectionTreeState } from './state';
export declare const SelectionTreeContext: import("react").Context<SelectionTreeState<any> | null>;
export declare function useSelectionTreeContext(): SelectionTreeState<any>;
