import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class KwikUITablePaginationComponent implements OnInit, OnChanges { id: string; page: number; size: number; total: number; onClick: EventEmitter; pageChange: EventEmitter; sizeChange: EventEmitter; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private validateInputProperty; handleOnClick(e: any): void; onPageChange(e: any): void; onSizeChange(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }