/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Renders the column header content of the MultiColumnComboBox component. * * To define a column header template, nest an `` tag with the `kendoMultiColumnComboBoxColumnHeaderTemplate` directive inside the [``](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent) tag. * [See example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates). * * The current [`column`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent) is available as the implicit context variable. * * @example * ```html * * * * {{ column.title }} * * * * ``` */ export declare class ColumnHeaderTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }