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