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