import type { PageControlProps } from './types';
export default function PageControl({ currentPage, numberOfPages, setCurrentPage, }: PageControlProps): import("react").JSX.Element;
//# sourceMappingURL=page-control.d.ts.map