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