/**----------------------------------------------------------------------------------------- * 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 directive for customizing the load more button in the TreeView. * * To define the template, nest an `` tag with the `kendoTreeViewLoadMoreButtonTemplate` directive inside a `` tag * ([see example](https://www.telerik.com/kendo-angular-ui/components/treeview/load-more-button#button-template)). * * The template context provides the following variable: * - `let-index="index"`—The hierarchical index of the load more button node. * * @example * ```html * * * Load more at {{ index }} * * * ``` */ export declare class LoadMoreButtonTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }