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