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