import { IFormAction } from '../interface/form/FormAction.interface';
import { IState } from '../interface/form/State.interface';
export declare const FormReducer: (state: IState, action: IFormAction) => IState;
