/**----------------------------------------------------------------------------------------- * 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 content of each node in the DropDownTree. To define a node template, nest an `` tag * with the `kendoDropDownTreeNodeTemplate` directive inside the `` tag. * To define a node template, nest an `` tag with the `kendoDropDownTreeNodeTemplate` directive inside the `` tag. * * You can use these context variables in the template: * * - `let-dataItem` (`any`) - The current data item. This is the implicit context variable. * - `let-index="index"` (`string`) - The current item's hierarchical index. */ export declare class NodeTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }