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