import type { JSX } from '../../stencil-public-runtime'; import type { FocusableElement, LabelPropType, TreeProps } from '../../schema'; export declare class KolTree implements TreeProps, FocusableElement { private readonly host?; private treeWcRef?; private readonly setTreeWcRef; _label: LabelPropType; focus(): Promise; render(): JSX.Element; }