import type { Components, JSX } from "../types/components"; interface RuxIconInsertLink extends Components.RuxIconInsertLink, HTMLElement {} export const RuxIconInsertLink: { prototype: RuxIconInsertLink; new (): RuxIconInsertLink; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;