import { WalletButtonProps } from '../types';

declare const WalletButton: (props: WalletButtonProps) => import("react/jsx-runtime").JSX.Element;
export { WalletButton };
