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