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