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

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