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

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