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

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