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

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