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