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

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