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