import type { Components, JSX } from "../types/components"; interface RuxIconFlashOn extends Components.RuxIconFlashOn, HTMLElement {} export const RuxIconFlashOn: { prototype: RuxIconFlashOn; new (): RuxIconFlashOn; };