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