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