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