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