```jsx
import { EmptyContent } from '@woocommerce/components';
const MyEmptyContent = () => (
<EmptyContent
title="Nothing here"
message="Some descriptive text"
actionLabel="Reload page"
actionURL="#"
/>
);
```