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