The explanation of renderDecorated() given as an example of how to use Forms is shown below.
echo $element->renderDecorated('nameLast');
echo $element->renderDecorated('nameFirst');
but this gives the impression that renderDecorated() is a method of an element.
In fact, it is a method of the ContactForm class that extends Forms, so a variable name like $form instead of $element would be less confusing.