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