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