/// import type { IconType } from "./Icon/types"; declare function FlashOn(props: IconType): JSX.Element; export default FlashOn;