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