import * as i0 from '@angular/core'; import * as i2 from '@angular/common'; import * as i3 from '@ngx-translate/core'; import * as i4 from '@angular/forms'; import * as i5 from '@ng-bootstrap/ng-bootstrap'; declare class HsPagerComponent { pagerService: any; recordsPerPageArray: number[]; constructor(); /** * Checks if next page for pagination is available */ nextPageAvailable(): boolean; /** * Load previous list of items to display on pager */ getPreviousRecords(): void; changeRecordsPerPage(perPage: number): void; /** * Load next list of items to display on pager */ getNextRecords(): void; resultsVisible(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class HsPagerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { HsPagerComponent, HsPagerModule };