The default export <component name> statement in React makes the component available globally & it can be imported in any other component. Can we restrict this import somehow and only make the component available to select few. I cannot think of a use case for this right now but, I relate the component architecture of React with OOPs concepts as dividing the webpage into components is similar to dividing your program in classes. Hence I am asking this just to gain knowledge and make my understanding better on React.