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

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