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