import type { WatcherPropsData } from '.';
declare function useTree<T>(watcherData: WatcherPropsData<T>): any;
export default useTree;
