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

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