export * from './src/tree'; export declare const VanTree: import("@vangle/utils").SFCWithInstall; default: never[]; }; props: { type: import("vue").PropType; default: () => { children: string; label: string; disabled: string; }; }; emptyText: { type: StringConstructor; default: string; }; showCheckbox: { type: BooleanConstructor; }; load: { type: FunctionConstructor; }; defaultExpandAll: { type: BooleanConstructor; }; nodeKey: { type: StringConstructor; default: string; }; defaultExpandedKeys: { type: ArrayConstructor; default: () => never[]; }; defaultCheckedKeys: { type: ArrayConstructor; default: () => never[]; }; renderContent: { type: import("vue").PropType; }; expandOnClickNode: { type: BooleanConstructor; default: boolean; }; accordion: { type: BooleanConstructor; }; filterNodeMethod: { type: FunctionConstructor; }; draggable: { type: BooleanConstructor; }; allowDrop: { type: FunctionConstructor; }; allowDrag: { type: FunctionConstructor; }; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: never[]; }; props: { type: import("vue").PropType; default: () => { children: string; label: string; disabled: string; }; }; emptyText: { type: StringConstructor; default: string; }; showCheckbox: { type: BooleanConstructor; }; load: { type: FunctionConstructor; }; defaultExpandAll: { type: BooleanConstructor; }; nodeKey: { type: StringConstructor; default: string; }; defaultExpandedKeys: { type: ArrayConstructor; default: () => never[]; }; defaultCheckedKeys: { type: ArrayConstructor; default: () => never[]; }; renderContent: { type: import("vue").PropType; }; expandOnClickNode: { type: BooleanConstructor; default: boolean; }; accordion: { type: BooleanConstructor; }; filterNodeMethod: { type: FunctionConstructor; }; draggable: { type: BooleanConstructor; }; allowDrop: { type: FunctionConstructor; }; allowDrag: { type: FunctionConstructor; }; }>>, { props: import("./src/tree").TreeOptionProps; data: import("./src/tree").TreeNodeData[]; draggable: boolean; accordion: boolean; emptyText: string; showCheckbox: boolean; defaultExpandAll: boolean; nodeKey: string; defaultExpandedKeys: unknown[]; defaultCheckedKeys: unknown[]; expandOnClickNode: boolean; }, {}>> & Record; export default VanTree;