/*! * devextreme-angular * Version: 25.2.6 * Build date: Mon Mar 30 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ import { TemplateRef, ViewContainerRef, Renderer2, NgZone } from '@angular/core'; import { DxTemplateHost } from './template-host'; import * as i0 from "@angular/core"; export declare const DX_TEMPLATE_WRAPPER_CLASS = "dx-template-wrapper"; export declare class RenderData { model: any; index: number; container: any; } export declare class DxTemplateDirective { private readonly templateRef; private readonly viewContainerRef; private readonly renderer; private readonly zone; set dxTemplateOf(value: any); name: string; constructor(templateRef: TemplateRef, viewContainerRef: ViewContainerRef, templateHost: DxTemplateHost, renderer: Renderer2, zone: NgZone); private renderTemplate; render(renderData: RenderData): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class DxTemplateModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }