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