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

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