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

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