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