import { IObjectWithPossibleEmptyStrings, ProFormOption } from './types';
export declare function initFormData(options: ProFormOption[]): any;
export declare function initFormValue(data: any, options: ProFormOption[]): any;
export declare function filterChangedValues(obj1: any, obj2: any, result?: any): any;
export declare function removeEmptyStringFields(obj: IObjectWithPossibleEmptyStrings): IObjectWithPossibleEmptyStrings;
