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