import { ElementRef, IterableDiffers, NgZone } from '@angular/core'; import { Pager } from '@triniwiz/nativescript-pager'; import { TemplatedItemsComponent } from './pager-items-comp'; import * as i0 from "@angular/core"; import * as i1 from "./pager-items-comp"; export { PagerItemDirective, TemplatedItemsComponent, TemplateKeyDirective } from './pager-items-comp'; export declare class PagerComponent extends TemplatedItemsComponent { get nativeElement(): Pager; protected templatedItemsView: Pager; constructor(_elementRef: ElementRef, _iterableDiffers: IterableDiffers, zone: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class PagerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }