import type { IconProps } from '@shopgate/pwa-common/components/Icon'; /** * The Person icon component * * @link https://fonts.google.com/icons?selected=Material+Icons:person */ declare const PersonIcon: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default PersonIcon; //# sourceMappingURL=PersonIcon.d.ts.map