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

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