import { OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; import { PaginationMetadata, PageChangeEvent } from './types'; import * as i0 from "@angular/core"; export declare class PaginationComponent implements OnChanges { private i18n; props: PaginationMetadata; pageChange: EventEmitter; visiblePages: number[]; totalPages: number; constructor(); t(key: string): string; pageLabel(page: number): string; pageInfo(): string; ngOnChanges(changes: SimpleChanges): void; goToPage(page: number): void; private calculateTotalPages; private calculateVisiblePages; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }