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

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