import { ElementRef, IterableDiffers } from '@angular/core'; import { Pager } from '@nativescript-community/ui-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; constructor(_elementRef: ElementRef, _iterableDiffers: IterableDiffers); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class PagerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }