import type { Components, JSX } from "../types/components"; interface RuxIconSignalCellularNoSim extends Components.RuxIconSignalCellularNoSim, HTMLElement {} export const RuxIconSignalCellularNoSim: { prototype: RuxIconSignalCellularNoSim; new (): RuxIconSignalCellularNoSim; };