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

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