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