import type { JSX } from '../../stencil-public-runtime';
import type { LabelPropType, TreeProps } from '../../schema';
export declare class KolTree implements TreeProps {
    _label: LabelPropType;
    render(): JSX.Element;
}
