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