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