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