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