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