export declare class PaginationLocalization { get label(): string; get previousPage(): string; get nextPage(): string; get pageSize(): string; }