import { MatPaginatorIntl } from '@angular/material/paginator'; import * as i0 from "@angular/core"; /** * To modify the labels and text displayed, create a new instance of MdPaginatorIntl and * include it in a custom provider */ export declare class PaginatorIntl extends MatPaginatorIntl { /** * A label for the page size selector */ itemsPerPageLabel: string; /** * A label for the button that increments the current page */ nextPageLabel: string; /** * A label for the button that decrements the current page */ previousPageLabel: string; /** * A label for the range of items within the current page * and the length of the whole list */ getRangeLabel: (page: number, pageSize: number, length: number) => string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }