Image rendering from FAL and Typoscript

To rendering a typo IMAGE element with FAL and typoscript the code is the following:

temp.img = FILES
temp.img { 
 references { 
  table = tt_content 
  uid.data = uid 
  fieldName = image 
 } 
 renderObj = IMAGE 
 renderObj { 
 file.import.data = file:current:originalUid 
 } 
}