import React from 'react'; import { State, WalletListContextType } from './types'; export declare const initialState: State; export declare const Context: React.Context; export declare const Provider: (Component: React.ComponentType) => (props: any) => React.JSX.Element; export * from './types';