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