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