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

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