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