import { MatPaginatorIntl } from '@angular/material/paginator';
import { TranslateService } from '@ngx-translate/core';
import * as i0 from "@angular/core";
export declare class MultiLanguageTablePaginator extends MatPaginatorIntl {
    private translateService;
    constructor(translateService: TranslateService);
    range: string;
    getAndInitTranslations(): void;
    getRangeLabel: (page: number, pageSize: number, length: number) => string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MultiLanguageTablePaginator, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MultiLanguageTablePaginator>;
}
