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

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