/**----------------------------------------------------------------------------------------- * Copyright © 2024 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 the no-records template of the TreeList ([see example](slug:norecordtemplate_treelist)). Provides an option to customize the * appearance of the item that is displayed when no data is present. To define the no-records template, * nest an `` tag with the `kendoTreeListNoRecordsTemplate` directive inside ``. * * When the locked columns of the TreeList are in use, the template is displayed in the non-locked part of the content. * * @example * ```html * * * * No data loaded. * * * ``` */ export declare class NoRecordsTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }