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