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

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