/** ** @description for formGroup initial value, use function to handle number zero as the input value. ** @arg type = this.store.form.value name from ex: { first loan: this.store.form.value.housing_monthlyCost, second loan: obj.housing.monthlyResidenceCost} */ export declare function formGroupDefaultValue(type: any): any;