import { WalletConfiguration } from "@coin-voyage/crypto/types/wallet";
import { type PropsWithChildren } from "react";
export declare function WalletProvider({ children, config }: PropsWithChildren<{
    config?: Partial<{
        walletConfig?: WalletConfiguration;
    }>;
}>): import("react/jsx-runtime").JSX.Element;
