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