import { Observable, Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class RealsoftPaginatorIntl { readonly changes: Subject; readonly changes$: Observable; firstPageLabel: string; lastPageLabel: string; nextPageLabel: string; previousPageLabel: string; itemsPerPageLabel: string; getRangeLabel: (page: number, pageSize: number, length: number) => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }