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