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

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