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

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