import type { WalletButtonProps } from "../../types/components/wallet-button";
declare const WalletButton: import("svelte").Component<WalletButtonProps, {}, "">;
type WalletButton = ReturnType<typeof WalletButton>;
export default WalletButton;
