declare function interpolateObjectArray(a: any, b: any): (t: any) => any;
export default interpolateObjectArray;
