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

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