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