When using <Card.Title title='Hello' />, throws the following error:
Invariant Violation: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
<Card.Title title='Hello' /> would display the title as "Hello".
This is the Snack.Expo.io that is in the documentation. It occurs here as well.

Removing
Card.Title was introduced only 10 hours ago... I don't think it made it into npm yet.
Card.Titlewas introduced only 10 hours ago... I don't think it made it into npm yet.
Kinda odd that the public documentation mentions it, then.
@ShaggyKris What version of paper do you use? Card.Title is available in 2.11.0.