import React from 'react'; import { IPagination } from './interfaces'; export declare function PaginationComponent({ pages, onSelect, boxColors, currentPage, hasNextPage, hasPreviousPage, }: IPagination): React.JSX.Element;