/**----------------------------------------------------------------------------------------- * 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 "./pdf.component"; import * as i2 from "./pdf-margin.component"; import * as i3 from "./pdf-command.directive"; import * as i4 from "./pdf-template.directive"; import * as i5 from "@progress/kendo-angular-icons"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the TreeList PDF component. * * @example * * ```ts * import { NgModule } from '@angular/core'; * import { BrowserModule } from "@angular/platform-browser"; * import { TreeListModule, PDFModule } from '@progress/kendo-angular-treelist'; * import { AppComponent } from './app.component'; * * _@NgModule({ * declarations: [AppComponent], * imports: [BrowserModule, TreeListModule, PDFModule], * bootstrap: [AppComponent] * }) * export class AppModule {} * ``` */ export declare class PDFModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }