import React from "react"; import type { NumberedVariantProps } from "./-types"; export declare function NumberedPagination({ totalItems, pageSize, currentPage, formatLabel, showNavButtonLabels, prevButtonLabel, nextButtonLabel, onChange, "data-e2e-test-id": dataE2eTestId, prevButtonAriaLabel, nextButtonAriaLabel, formatPageButtonAriaLabel, ...ariaAttributes }: NumberedVariantProps): React.ReactElement;