import { EventEmitter, ElementRef, OnInit, AfterViewInit, Renderer2, OnChanges } from '@angular/core'; export declare class AbsPaginationComponent implements OnChanges, OnInit, AfterViewInit { private el; private renderer; totalPages: any; currentPage: any; inputClass: any; clickHandler: EventEmitter; currentPageChange: EventEmitter; focusedPage: any; pages: any; isTouch: any; firstPlay: boolean; qResult: any; pElement: any; id: any; gotoPage: any; focusElem: any; boundary: any; constructor(el: ElementRef, renderer: Renderer2); ngOnChanges(): void; ngOnInit(): void; ngAfterViewInit(): void; callBackHandler(num: any): void; currentPageChanged(value: any): void; getBoundary(value: number): 5 | 4 | 3; onscroll(element: any): void; tween(start: any, end: any, duration: any): void; easing(t: any, b: any, c: any, d: any): any; selectPage(value: any): void; checkSelectedPage(value: any): boolean; next(event: any): void; prev(event: any): void; onfocusIn(evt: any): void; onfocusOut(evt: any): void; gotoKeyClick(keyEvent: any): void; gotoBtnClick(): void; onChange(): void; checkMobile(): void; isFocused(page: any): boolean; addClass(element: any, className: any): void; removeClass(element: any, className: any): void; fixUpCSS(element: any, cssObject: any): void; }