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

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