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