import { OnInit, EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class PaginationComponent implements OnInit { items: number; show: number; action: EventEmitter; page: number; total: number; constructor(); ngOnInit(): void; get pages(): any[]; setPage(page: number): void; nextPage(): void; prevPage(): void; isPage(page: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }