import { EventEmitter } from '@angular/core'; import { PaginableTablePagination } from '../../interfaces/paginable-table-pagination'; import * as i0 from "@angular/core"; export declare class PaginatorComponent { #private; tableHeader: any; pagination: PaginableTablePagination | null; pageClick: EventEmitter; mapping: any; get currentPage(): number; get lastPage(): number; /** * Triggers an event with the page number when a page is clicked. * * @param {number} page - Takes a `page` parameter, which is a number representing the page that was clicked. This function emits * the `page` value using a `Subject` called `onPageClick`. */ onPageClick(page: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }