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