import type { Components, JSX } from "../types/components";

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