import type { WalletName } from "@solana/wallet-adapter-base";
import * as React from "react";
import { Button } from "./Button.cjs";
type Props = React.ComponentProps<typeof Button> & {
    walletIcon?: string;
    walletName?: WalletName;
};
export declare function BaseWalletConnectionButton({ walletIcon, walletName, ...props }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=BaseWalletConnectionButton.d.cts.map