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

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