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