import React from 'react';
declare const StateContext: React.Context<any>;
export default StateContext;
