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

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