/**-----------------------------------------------------------------------------------------
* Copyright © 2026 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 "./localization/custom-messages.component";
import * as i2 from "./focusable.directive";
import * as i3 from "./pager-info.component";
import * as i4 from "./pager-input.component";
import * as i5 from "./pager-next-buttons.component";
import * as i6 from "./pager-numeric-buttons.component";
import * as i7 from "./pager-page-sizes.component";
import * as i8 from "./pager-prev-buttons.component";
import * as i9 from "./pager-template.directive";
import * as i10 from "./pager.component";
import * as i11 from "./spacer.component";
/**
 * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
 * definition for the Pager component. Imports `PagerModule` into the
 * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity)
 * of your application or into any other sub-module that will use the Pager component.
 *
 * @example
 * ```ts-no-run
 * import { NgModule } from '@angular/core';
 * import { BrowserModule } from '@angular/platform-browser';
 * import { PagerModule } from '@progress/kendo-angular-pager';
 * import { AppComponent } from './app.component';
 *
 * _@NgModule({
 *     bootstrap:    [AppComponent],
 *     declarations: [AppComponent],
 *     imports:      [BrowserModule, PagerModule]
 * })
 * export class AppModule {
 * }
 * ```
 */
export declare class PagerModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, never, [typeof i1.CustomMessagesComponent, typeof i2.PagerFocusableDirective, typeof i3.PagerInfoComponent, typeof i4.PagerInputComponent, typeof i5.PagerNextButtonsComponent, typeof i6.PagerNumericButtonsComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerPrevButtonsComponent, typeof i9.PagerTemplateDirective, typeof i10.PagerComponent, typeof i11.PagerSpacerComponent], [typeof i1.CustomMessagesComponent, typeof i2.PagerFocusableDirective, typeof i3.PagerInfoComponent, typeof i4.PagerInputComponent, typeof i5.PagerNextButtonsComponent, typeof i6.PagerNumericButtonsComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerPrevButtonsComponent, typeof i9.PagerTemplateDirective, typeof i10.PagerComponent, typeof i11.PagerSpacerComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
}
