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