import { SelectInstance } from "../../select/src/select.js"; import { TreeInstance } from "../../tree/src/instance.js"; import { Ref } from "vue"; //#region ../../packages/components/tree-select/src/tree.d.ts declare const useTree: (props: any, { attrs, slots, emit }: { attrs: any; slots: any; emit: any; }, { select, tree, key }: { select: Ref; tree: Ref; key: Ref; }) => any; //#endregion export { useTree };