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