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

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