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