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