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