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