import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { CssDivsBodyContentRendererOptions, CssClassesCssDivsBodyContentRenderer } from '../cssDivsContentRenderer.interface'; import { BodyContentRendererAbstractComponent } from '../../bodyContentRendererAbstract.component'; import { GridPluginInstances, TableGridColumn, TableGridMetadata } from '../../../../../interfaces'; import * as i0 from "@angular/core"; /** * Component used for rendering body for 'CssDivsContentRenderer' * @deprecated use new MatrixGrid with MatrixContentRenderer instead */ export declare class CssDivsBodyContentRendererComponent extends BodyContentRendererAbstractComponent>> { /** * Css class applied to grid itself */ get cssClass(): string; constructor(pluginElement: ElementRef, changeDetector: ChangeDetectorRef, gridPlugins: GridPluginInstances | undefined | null, options: CssDivsBodyContentRendererOptions); static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, { optional: true; }, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration, "div.content-renderer-body", never, {}, {}, never, never, true, never>; } //# sourceMappingURL=cssDivsBodyContentRenderer.component.d.ts.map