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