import type { IconProps } from '@shopgate/pwa-common/components/Icon'; /** * The cart icon component. */ declare const CartIcon: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default CartIcon; //# sourceMappingURL=CartIcon.d.ts.map