import { Actions } from '../../actions'; import { FormGroupControls, FormGroupState, KeyValue } from '../../state'; export declare function dispatchActionPerChild(controls: FormGroupControls, actionCreator: (controlId: string) => Actions): FormGroupControls; export declare function childReducer(state: FormGroupState, action: Actions): FormGroupState;