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

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