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