import { TemplateRef } from '@angular/core'; import { DataCellTemplateContext, TableGridColumn } from '../../interfaces'; import * as i0 from "@angular/core"; /** * Directive that is used for obtaining template for table grid body cell */ export declare class TableGridBodyCellTemplateDirective { template: TemplateRef>; constructor(template: TemplateRef>); /** * Allows typechecking for template */ static ngTemplateContextGuard(_dir: TableGridBodyCellTemplateDirective, _ctx: unknown): _ctx is DataCellTemplateContext, any>; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "[bodyCellTemplate]", never, {}, {}, never, never, true, never>; } //# sourceMappingURL=tableGridBodyCellTemplate.directive.d.ts.map