export declare function hasTwoObjectsSameProps(x: Object, y: Object): boolean;
