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