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