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