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