/**----------------------------------------------------------------------------------------- * 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"; /** * Represents a template for the content of the ContextMenu. To define a template, nest an `` * tag with the `kendoContextMenuTemplate` directive inside a `` component * ([more information and examples](https://www.telerik.com/kendo-angular-ui/components/menus/contextmenu/templates)). * * * * @example * ```html * * * {{ item.text }} * * * ``` */ export declare class ContextMenuTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }