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

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