import React from 'react'; import { ReducerState, Action } from './reducer'; export declare const ActionDispatchContext: React.Context>; export declare const useActionDispatchContext: () => React.Dispatch; export declare const ActionContext: React.Context; export declare const useActionContext: () => ReducerState; export declare const ActionContextProvider: React.Provider; export declare const ActionConsumer: React.Consumer; declare const ActionProvider: React.FC; export { ActionProvider };