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