/// import { PaginationSettings, WithPaginationProps } from '../types'; import { SearchParams } from '../types/searchParams'; export declare function withPagination(Component: React.FC, getNumberOfElements: () => number | Promise, settings?: Partial): React.FC>;