/** * External dependencies */ import { _n, sprintf } from '@wordpress/i18n'; import Title from '@woocommerce/base-components/title'; const CartLineItemsTitle = ( { itemCount = 1, }: { itemCount: number; } ): JSX.Element => { return (