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