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