/**-----------------------------------------------------------------------------------------
* 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 `<ng-template>` tag
 * with the `kendoDropDownTreeNodeTemplate` directive inside the `<kendo-dropdowntree>` tag.
 * To define a node template, nest an `<ng-template>` tag with the `kendoDropDownTreeNodeTemplate` directive inside the `<kendo-dropdowntree>` 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<any>;
    constructor(templateRef: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<NodeTemplateDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", never, {}, {}, never, never, true, never>;
}
