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

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