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