import type { IUseTreeProps } from '@duxweb/dvha-core'; import type { TreeSelectProps } from 'naive-ui'; interface DuxTreeSelectProps extends TreeSelectProps { path?: string; params?: Record; hookProps?: IUseTreeProps; } export declare const DuxTreeSelect: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export {};