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

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