declare function shallowEqual(objA: any, objB: any): boolean;
export default shallowEqual;
