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