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