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