What is the purpose of the 'Refs' attribute in React?
1) To store a reference to a particular React element or component
2) To return references to elements or components returned by render()
3) To help with DOM measurements
4) To add methods to components