import React from 'react'; import { Obj, IState, Action } from './index'; export declare const getInitialState: (initialValues?: Obj) => IState; export declare const reducer: React.Reducer;