import * as i0 from "@angular/core"; type NumberOptions = { separator: string; decimal: string; }; export declare class NgxMatDatatableIntl { locale: string; noDateLabel: string; itemsPerPageLabel: string; nextPageLabel: string; lastPageLabel: string; previousPageLabel: string; firstPageLabel: string; onLabel: string; numberOptions: NumberOptions; getRangeLabel: (page: number, pageSize: number, length: number) => string; constructor(); private setLabels; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};