import { type PagePickerProps } from './PagePicker.types'; /** * The PagePicker for displaying the current page number and the total number of pages. */ export declare function PagePicker({ currentPageNumber, totalPages, prevButtonProps, pageSelectBoxProps, pageSuffixLabel, nextButtonProps, onPageChange, }: PagePickerProps): import("react/jsx-runtime").JSX.Element;