import { Actions } from '../../actions'; import { FormControlState, FormControlValueTypes } from '../../state'; export declare function markAsSubmittedReducer(state: FormControlState, action: Actions): FormControlState;