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