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