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