import { Actions } from '../../actions';
import { FormControlState, FormControlValueTypes } from '../../state';
export declare function setUserDefinedPropertyReducer<TValue extends FormControlValueTypes>(state: FormControlState<TValue>, action: Actions<TValue>): FormControlState<TValue>;
