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

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