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