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