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