export * from './horizontal-tree.api'; declare const _HorizontalTree: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; 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: import("../../utils").ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; renderContent: { type: import("vue").PropType<(node: import("../../utils").ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; }>> & Readonly<{ "onCheck-change"?: ((node: any, checked: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'check-change': (node: import("../../utils").ExtraTreeNode, checked: boolean) => boolean; }, import("vue").PublicProps, { mergeLast: boolean; checkStrictly: boolean; showCheckbox: boolean; nodeWidth: string; }, true, {}, import("vue").SlotsType, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, 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: import("../../utils").ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; renderContent: { type: import("vue").PropType<(node: import("../../utils").ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; }>> & Readonly<{ "onCheck-change"?: ((node: any, checked: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { mergeLast: boolean; checkStrictly: boolean; showCheckbox: boolean; nodeWidth: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; 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: import("../../utils").ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; renderContent: { type: import("vue").PropType<(node: import("../../utils").ExtraTreeNode, defaultRender: () => import("vue").VNodeChild) => import("vue").VNodeChild>; }; }>> & Readonly<{ "onCheck-change"?: ((node: any, checked: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'check-change': (node: import("../../utils").ExtraTreeNode, checked: boolean) => boolean; }, string, { mergeLast: boolean; checkStrictly: boolean; showCheckbox: boolean; nodeWidth: string; }, {}, string, import("vue").SlotsType, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin; export { _HorizontalTree as HorizontalTree }; export default _HorizontalTree;