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

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