import { IPaginationProps } from './types'; declare const Pagination: ({ currentPage, itemsPerPage, maxPagesShown, onPageChange, style, totalItems, ...props }: IPaginationProps) => import("react/jsx-runtime").JSX.Element; export default Pagination; //# sourceMappingURL=Pagination.d.ts.map