export = RichGrid; declare class RichGrid { constructor(data: any); type: string; header: any; contents: any; }