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

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