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

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