import * as React from 'react'; import type { PaginationPageProps } from './types'; export declare const PaginationPage: ({ pageNumber, className, onClick }: PaginationPageProps) => React.JSX.Element;