import { Collection } from 'immutable';
import { Action } from 'redux';
export declare const defaultFormReducer: <RootState>(initialState?: Collection.Keyed<string, any> | RootState) => (state: Collection.Keyed<string, any> | RootState, action: Action & {
payload?: any;
}) => any;