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