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