export function itemsPerPage(totalLength: number, pageSize?: number): number[]; export type itemsPerPage = Object; export function checkPaginationTotal(n: number): any; export type checkPaginationTotal = Object; export function checkPaginationValues(expectedValues: array): void; export type checkPaginationValues = Object; export function changePagination(paginationValue: array): any; export type changePagination = Object; export const DEFAULT_ROW_COUNT: 20; export const PAGINATION_VALUES: number[]; export const SORTING_ORDERS: string[];