import { type ComponentPublicInstance, type PropType, type VNode } from 'vue'; import { type TmNode } from './interface'; declare const TreeNode: import("vue").DefineComponent; required: true; }; }>, { showDropMark: import("vue").ComputedRef; showDropMarkAsParent: import("vue").ComputedRef; pending: import("vue").ComputedRef; loading: import("vue").ComputedRef; highlight: import("vue").ComputedRef; checked: import("vue").ComputedRef; indeterminate: import("vue").ComputedRef; selected: import("vue").ComputedRef; expanded: import("vue").ComputedRef; disabled: import("vue").ComputedRef; checkable: import("vue").ComputedRef; mergedCheckOnClick: import("vue").ComputedRef; checkboxDisabled: import("vue").ComputedRef; selectable: import("vue").ComputedRef; expandOnClick: import("vue").Ref; internalScrollable: import("vue").Ref; draggable: import("vue").Ref; blockLine: import("vue").Ref; nodeProps: import("vue").ComputedRef<(import("vue").HTMLAttributes & Record) | undefined>; checkboxFocusable: import("vue").Ref; droppingPosition: import("vue").Ref; droppingOffsetLevel: import("vue").Ref; indent: import("vue").Ref; checkboxPlacement: "left" | "right"; showLine: import("vue").Ref; contentInstRef: import("vue").Ref; contentElRef: { value: HTMLElement | null; }; indentNodes: import("vue").ComputedRef[]>; handleCheck: (checked: boolean) => void; handleDrop: (e: DragEvent) => void; handleDragStart: (e: DragEvent) => void; handleDragEnter: (e: DragEvent) => void; handleDragOver: (e: DragEvent) => void; handleDragEnd: (e: DragEvent) => void; handleDragLeave: (e: DragEvent) => void; handleLineClick: (e: MouseEvent) => void; handleContentClick: (e: MouseEvent) => void; handleSwitcherClick: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default TreeNode;