import { Flat } from './flat'; export declare class DataGrid extends Flat { constructor(param: string | any); toJSON(): any; toString(): string; }