export default compareObjectsByProp; declare function compareObjectsByProp(object1: any, object2: any, prop: any): boolean;