/**----------------------------------------------------------------------------------------- * 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"; /** * Defines a template for the column menu in the Grid. Use this directive to customize the column menu content for all columns or for specific columns. * Place an `` tag with the `kendoGridColumnMenuTemplate` directive inside the `` or `` component to set the template. * * The template context provides these fields: * - `service`—The [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice). * - `column`—The Grid column. * * @example * ```html * * * * * * * * * * * * * ``` */ export declare class ColumnMenuTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }