/**----------------------------------------------------------------------------------------- * 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"; /** * The directive allows customizing the loading indicator for virtual scrolling cells in the Grid. * Place an `` tag with the `kendoGridCellLoadingTemplate` directive inside `` to define the loading cell template. ([See example](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual#custom-loading-skeleton)). * * The template context is set to the current column. You can use the following field: * - `column`—The current column instance. This is the default context for any template variable that uses the `let-x` syntax (for example, `let-column`). * * @example * ```html * * * ... * * * ``` */ export declare class CellLoadingTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }