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

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