import React, { ComponentClass, FunctionComponent } from 'react'; import { Actions, ContextObject, GlobalStore, Modifiers } from './types'; export declare const parseField: >(store: GS | Actions, rawField: string) => { [x: string]: any; }; declare const mapContextToProps: , Props, State>(context: ContextObject) => (WrappedComponent: React.ComponentClass | React.FunctionComponent) => (...scopes: readonly (keyof GS)[]) => (props: Props) => JSX.Element; export { mapContextToProps };