import { type ItemsCountProps } from './ItemsCount.types'; /** * The ItemsCount for displaying the number of items. */ export declare function ItemsCount({ totalPages, currentPageNumber, totalItems, itemsPerPage, unitLabel }: ItemsCountProps): import("react/jsx-runtime").JSX.Element;