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