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