```jsx
import { SectionHeader } from '@woocommerce/components';
const MySectionHeader = () => <SectionHeader title={ 'Store Performance' } />;
```