import { ITreeState } from './treeReducer';
export declare const useTreeState: () => ITreeState;
