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

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