import { DefineComponent, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue-demi'; declare const cpt: DefineComponent, { indentStyle: ComputedRef<{ [x: string]: string; }>; vLines: ComputedRef<{ style: object; }[]>; hLineStyle: ComputedRef<{ [x: string]: string; }>; ariaAttrs: ComputedRef>; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("open" | "close" | "check")[], "open" | "close" | "check", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly< ExtractPropTypes>> & { onOpen?: ((...args: any[]) => any) | undefined; onClose?: ((...args: any[]) => any) | undefined; onCheck?: ((...args: any[]) => any) | undefined; }, { stat: any; rtl: any; btt: any; indent: any; table: any; treeLine: any; treeLineOffset: any; processor: any; activeDescendant: any; isPlaceholder: any; }>; export default cpt; export type TreeNodeType = InstanceType;