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

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