/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./excel.component"; import * as i2 from "./excel-command.directive"; import * as i3 from "@progress/kendo-angular-icons"; import * as i4 from "@progress/kendo-angular-excel-export"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the Excel component of the TreeList. * * @example * ```ts * import { NgModule } from '@angular/core'; * import { BrowserModule } from "@angular/platform-browser"; * import { TreeListModule, ExcelModule } from '@progress/kendo-angular-treelist'; * import { AppComponent } from './app.component'; * * _@NgModule({ * declarations: [AppComponent], * imports: [BrowserModule, TreeListModule, ExcelModule], * bootstrap: [AppComponent] * }) * export class AppModule {} * ``` */ export declare class ExcelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }