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