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

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