import type { Components, JSX } from "../types/components"; interface RuxIconFlashOff extends Components.RuxIconFlashOff, HTMLElement {} export const RuxIconFlashOff: { prototype: RuxIconFlashOff; new (): RuxIconFlashOff; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;