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

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