import { default as React } from 'react';

export declare const MochimoWalletProvider: React.FC<{
    children: React.ReactNode;
}>;
