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