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