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

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