NoChatsScreen

The NoChatsScreen component is rendered in the inbox if all of the following conditions apply:

1- The current user has no conversations, and
2- `selectedConversation` is set to `undefined` (either by passing `undefined` when creating the inbox, or by calling `inbox.select(undefined)`)

This component receives no props, and has no available system components other than the globally available components.