import React from "react"; import type { CompactVariantProps } from "./-types"; export declare function CompactPagination({ totalItems, currentPage, pageSize, formatLabel, alignLabel, "data-e2e-test-id": dataE2eTestId, onChange, nextButtonAriaLabel, prevButtonAriaLabel, ...ariaAttributes }: CompactVariantProps): React.ReactElement;