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