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