import { Dispatch } from 'redux'; export interface ReduxProps { dispatch?: Dispatch; }