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