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