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