import * as i0 from "@angular/core"; export interface FuColumnHeaderTemplateContext { /** Column index in the rendered table */ index: number; } /** * Defines a custom header template for a `fu-column` header. * * Fully replaces default header content for a `fu-column` header. * * The template context exposes: * - `index` – current column index * * Usage: * ```html * * {{ index }} * * ``` */ export declare class FuColumnHeaderTemplateDirective { static ngTemplateContextGuard(_dir: FuColumnHeaderTemplateDirective, ctx: unknown): ctx is FuColumnHeaderTemplateContext; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }