import React from 'react';
declare const Store: React.Context<any>;
export default Store;
export declare const StoreProvider: (props: any) => JSX.Element;
