/// <reference types="react" />
import type { Props } from "./types";
declare const Pagination: ({ pageCount, labelPrev, labelNext, labelProgress, selectedPage, onPageChange, dataTest, hideLabels, size, }: Props) => JSX.Element;
export default Pagination;
