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