import { OnDestroy } from '@angular/core'; import { Subject } from 'rxjs'; import { MatPaginatorIntl } from "@angular/material/paginator"; import * as i0 from "@angular/core"; export declare class CustomMatPaginatorIntl extends MatPaginatorIntl implements OnDestroy { unsubscribe: Subject; OF_LABEL: string; private readonly translateService; constructor(); ngOnDestroy(): void; getAndInitTranslations(): void; getRangeLabel: (page: number, pageSize: number, length: number) => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }