import { Hierarchy } from './hierarchy'; export declare class TreeView extends Hierarchy { constructor(param: string | any); toJSON(): any; toString(): string; }