import { type PaginationProps } from './pagination.types.js'; export declare function Pagination({ className, totalPages, tag, role, current, linkComponent, infinite, onChange, backLabel, backAriaLabel, nextLabel, nextAriaLabel, siblingCount, boundaryCount, onPageItemProps, ...props }: PaginationProps): import("react/jsx-runtime").JSX.Element;