import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CustomPaginatorComponent { lang: string; pageIndex: number; pageSize: number; currentTotalSize: number; totalSize: number; specilMargin: number; showLeftPageDorp: boolean; isWhiteBg: boolean; totalItemsText?: string; pageText?: string; readonly changePageSize: EventEmitter; readonly changePageIndex: EventEmitter; constructor(); nzPageSizeChange(e: any): void; nzPageIndexChange(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }