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