/**----------------------------------------------------------------------------------------- * Copyright © 2023 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-command.directive"; import * as i3 from "@progress/kendo-angular-icons"; /** * Represents the [NgModule](https://angular.io/api/core/NgModule) * definition for the Scheduler PDF component. * * @example * * ```ts-no-run * // Import the Scheduler and PDF modules * import { SchedulerModule, PDFModule } from '@progress/kendo-angular-scheduler'; * * // The browser platform with a compiler * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; * * import { NgModule } from '@angular/core'; * * // Import the app component * import { AppComponent } from './app.component'; * * // Define the app module * _@NgModule({ * declarations: [AppComponent], // declare app component * imports: [BrowserModule, SchedulerModule, PDFModule], // import Scheduler and PDF modules * bootstrap: [AppComponent] * }) * export class AppModule {} * * // Compile and launch the module * platformBrowserDynamic().bootstrapModule(AppModule); * * ``` */ export declare class PDFModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }