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

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