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

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