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