import { TemplateRef } from '@angular/core'; import { MatrixContentRendererDefautTemplates } from '../../../matrixContentRenderer.interface'; import { GridContext, GridDataRowContext, GridRowContext } from '../../../../../../interfaces'; import * as i0 from "@angular/core"; /** * Base component that stores default templates for content renderig */ export declare abstract class BaseDefaultTemplatesComponent implements MatrixContentRendererDefautTemplates { /** * @inheritdoc */ gridContainer: TemplateRef; /** * @inheritdoc */ headerContainer: TemplateRef; /** * @inheritdoc */ contentContainer: TemplateRef; /** * @inheritdoc */ footerContainer: TemplateRef; /** * @inheritdoc */ headerRowContainer: TemplateRef; /** * @inheritdoc */ contentRowContainer: TemplateRef; /** * @inheritdoc */ footerRowContainer: TemplateRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=baseDefaultTemplates.component.d.ts.map