If you want to import just the Component from the React library, what syntax do you use?
import Component from 'react'
import React.Component from 'react'
import [ Component ] from 'react'
import { Component } from 'react'