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