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