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