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