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