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