import type { FieldAction, Fields } from './types';
/**
 * Reducer which modifies the form field state (all the current data of the fields in the form). When called using dispatch, it will return a new state object.
 */
export declare function fieldReducer(state: Fields, action: FieldAction): Fields;
//# sourceMappingURL=fieldReducer.d.ts.map