import { TemplateRef } from '@angular/core'; import { GridDataCellContext } from '../../interfaces'; import * as i0 from "@angular/core"; /** * Directive used for obtaining template for content cell */ export declare class ContentCellTemplateDirective { /** * Obtained template by this directive */ template: TemplateRef; /** * Allows typechecking for template */ static ngTemplateContextGuard(_dir: ContentCellTemplateDirective, _ctx: unknown): _ctx is GridDataCellContext; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=contentCellTemplate.directive.d.ts.map