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

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