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