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