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