import type { TreeState } from "../types"; export declare const useTreeContext: () => TreeState;