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

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