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

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