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