import type { PropType } from 'vue'; import type { FlattenNode } from './interface'; declare const _default: import("vue").DefineComponent<{ active: BooleanConstructor; motion: ObjectConstructor; motionNodes: { type: PropType; }; onMotionStart: FunctionConstructor; onMotionEnd: FunctionConstructor; motionType: StringConstructor; eventKey: (NumberConstructor | StringConstructor)[]; prefixCls: StringConstructor; title: any; data: { type: PropType; default: import("./interface").DataNode; }; parent: { type: PropType; default: import("./interface").DataNode; }; isStart: { type: PropType; }; isEnd: { type: PropType; }; onMousemove: { type: PropType; }; isLeaf: { type: BooleanConstructor; default: any; }; checkable: { type: BooleanConstructor; default: any; }; selectable: { type: BooleanConstructor; default: any; }; disabled: { type: BooleanConstructor; default: any; }; disableCheckbox: { type: BooleanConstructor; default: any; }; icon: any; switcherIcon: any; domRef: { type: PropType<(arg: any) => void>; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; onMotionStart: FunctionConstructor; onMotionEnd: FunctionConstructor; motionType: StringConstructor; eventKey: (NumberConstructor | StringConstructor)[]; prefixCls: StringConstructor; title: any; data: { type: PropType; default: import("./interface").DataNode; }; parent: { type: PropType; default: import("./interface").DataNode; }; isStart: { type: PropType; }; isEnd: { type: PropType; }; onMousemove: { type: PropType; }; isLeaf: { type: BooleanConstructor; default: any; }; checkable: { type: BooleanConstructor; default: any; }; selectable: { type: BooleanConstructor; default: any; }; disabled: { type: BooleanConstructor; default: any; }; disableCheckbox: { type: BooleanConstructor; default: any; }; icon: any; switcherIcon: any; domRef: { type: PropType<(arg: any) => void>; }; }>>, { active: boolean; data: import("./interface").DataNode; title: any; disabled: boolean; icon: any; parent: import("./interface").DataNode; isLeaf: boolean; checkable: boolean; selectable: boolean; disableCheckbox: boolean; switcherIcon: any; }, {}>; export default _default;