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

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