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

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