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

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