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

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