import { ExtraTreeNode } from '../../utils'; declare const _default: import("vue").DefineComponent; }; props: { type: import("vue").PropType<{ children?: string; label?: string; disabled?: string | ((data: { [x: string]: any; [x: number]: any; [x: symbol]: any; }[], node: { [x: string]: any; [x: number]: any; [x: symbol]: any; }) => string); class?: string | ((data: { [x: string]: any; [x: number]: any; [x: symbol]: any; }[], node: { [x: string]: any; [x: number]: any; [x: symbol]: any; }) => string); }>; }; nodeKey: { type: StringConstructor; }; nodeWidth: { type: StringConstructor; default: string; }; mergeLast: { type: BooleanConstructor; default: boolean; }; showCheckbox: { type: BooleanConstructor; }; checkStrictly: { type: BooleanConstructor; }; renderNode: { type: import("vue").PropType<(node: ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; renderContent: { type: import("vue").PropType<(node: ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'check-change': (node: ExtraTreeNode, checked: boolean) => boolean; }, string, import("vue").PublicProps, Readonly; }; props: { type: import("vue").PropType<{ children?: string; label?: string; disabled?: string | ((data: { [x: string]: any; [x: number]: any; [x: symbol]: any; }[], node: { [x: string]: any; [x: number]: any; [x: symbol]: any; }) => string); class?: string | ((data: { [x: string]: any; [x: number]: any; [x: symbol]: any; }[], node: { [x: string]: any; [x: number]: any; [x: symbol]: any; }) => string); }>; }; nodeKey: { type: StringConstructor; }; nodeWidth: { type: StringConstructor; default: string; }; mergeLast: { type: BooleanConstructor; default: boolean; }; showCheckbox: { type: BooleanConstructor; }; checkStrictly: { type: BooleanConstructor; }; renderNode: { type: import("vue").PropType<(node: ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; renderContent: { type: import("vue").PropType<(node: ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; }>> & Readonly<{ "onCheck-change"?: ((node: any, checked: boolean) => any) | undefined; }>, { mergeLast: boolean; checkStrictly: boolean; showCheckbox: boolean; nodeWidth: string; }, import("vue").SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;