/// import { IPagination } from './Pagination.types'; export declare const getPageItemsCount: ({ activePage, itemsPerPage, totalCount, }: IPagination.PageItemsCountGetter) => string; export declare const getPageSetter: ({ rawPages, SIDE_OFFSET, setPages }: IPagination.PageSetter) => (pageNumber: number) => void; export declare const prevIcon: import("react").JSX.Element; export declare const nextIcon: import("react").JSX.Element; export declare const restPagesIcon: import("react").JSX.Element;