import { OnDestroy, ElementRef } from '@angular/core'; import { TableContentRendererOptions } from './tableContentRenderer.interface'; import { BodyHeaderContentRendererAbstractComponent } from '../bodyHeaderContentRendererAbstract.component'; import { GridMetadata, GridPluginInstances } from '../../../../interfaces'; import * as i0 from "@angular/core"; /** * Component used for 'TableContentRendererComponent' * @deprecated use new MatrixGrid with MatrixContentRenderer instead */ export declare class TableContentRendererComponent extends BodyHeaderContentRendererAbstractComponent implements OnDestroy { /** * Css class applied to grid itself */ get cssClass(): string; constructor(pluginElement: ElementRef, gridPlugins: GridPluginInstances | undefined | null, options?: TableContentRendererOptions); static ɵfac: i0.ɵɵFactoryDeclaration, [null, { optional: true; }, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration, "div.table-content-renderer", never, {}, {}, never, never, true, never>; } //# sourceMappingURL=tableContentRenderer.component.d.ts.map