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

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