import type { Components, JSX } from "../types/components"; interface RuxIconSignalCellular3Bar extends Components.RuxIconSignalCellular3Bar, HTMLElement {} export const RuxIconSignalCellular3Bar: { prototype: RuxIconSignalCellular3Bar; new (): RuxIconSignalCellular3Bar; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;