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

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