import type { TreeData } from '../../tree'; export declare const treeSelectProps: { modelValue: { type: import("vue").PropType; default: () => never[]; }; data: { type: import("vue").PropType; default: () => never[]; }; disabled: BooleanConstructor; multiple: { type: BooleanConstructor; default: boolean; }; clearable: { type: BooleanConstructor; default: boolean; }; size: { type: import("vue").PropType<"default" | "small" | "large">; default: string; }; placeholder: { type: StringConstructor; default: string; }; popupClass: { type: StringConstructor; default: undefined; }; validateEvent: { type: BooleanConstructor; default: boolean; }; noDataText: { type: StringConstructor; default: string; }; unfoldOnClickNode: { type: BooleanConstructor; default: boolean; }; checkedOnClickNode: { type: BooleanConstructor; default: boolean; }; checkStrictly: { type: BooleanConstructor; default: boolean; }; showLine: { type: BooleanConstructor; default: boolean; }; accordion: { type: BooleanConstructor; default: boolean; }; defaultUnfoldAll: { type: BooleanConstructor; default: boolean; }; defaultUnfoldValues: { type: import("vue").PropType<(string | number)[]>; default: () => never[]; }; filterable: { type: BooleanConstructor; default: boolean; }; filterMethod: { type: FunctionConstructor; default: undefined; }; card: { type: BooleanConstructor; default: boolean; }; maxTag: { type: NumberConstructor; default: undefined; }; };