import { TreeContext } from '../context';
export default function useTreeContext(): Partial<TreeContext>;
