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