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

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