/// import { Component } from 'react'; export default class BaseComponent
extends Component
{ store: S; changeStore(store: S, callback?: () => void): S; }