import { UseTreeResult } from './types'; import { UseTreeProps } from './strategies/types'; export declare function useTree(props: UseTreeProps, deps: any[]): UseTreeResult; //# sourceMappingURL=useTree.d.ts.map