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