import React, { ComponentType, Context } from 'react'; declare const stateDecorator: (ContextComponent: Context) =>

(WrappedComponent: ComponentType

) => React.ForwardRefExoticComponent & React.RefAttributes>; export default stateDecorator;