import type { FC } from 'react'; import type { ButtonProps } from './Button'; export declare const WalletDisconnectButton: FC;