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

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