declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{ value?: unknown; /** 树数据,直接传入时优先使用,不请求 api */ treeData?: unknown[]; api?: (params?: Record) => Promise; params?: Record; lazy?: boolean; labelField?: string; valueField?: string; childrenField?: string; filterable?: boolean; placeholder?: string; disabled?: boolean; clearable?: boolean; }>, { labelField: string; valueField: string; childrenField: string; lazy: boolean; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { input: (value: unknown) => void; }, string, Readonly) => Promise; params?: Record; lazy?: boolean; labelField?: string; valueField?: string; childrenField?: string; filterable?: boolean; placeholder?: string; disabled?: boolean; clearable?: boolean; }>, { labelField: string; valueField: string; childrenField: string; lazy: boolean; }>>>, { lazy: boolean; labelField: string; valueField: string; childrenField: string; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {};