import ElTree from '../../tree'; import type { Ref } from 'vue'; import type ElSelect from '../../select'; export declare const useTree: (props: any, { attrs, slots, emit }: { attrs: any; slots: any; emit: any; }, { select, tree, key, }: { select: Ref | undefined>; tree: Ref | undefined>; key: Ref; }) => any;