You can use this, although it is for multiple groups, you can use only one and it will work:
I use this for hiding content to multiple groups at once.
<if in_array($GLOBALS['mybb']->user['usergroup'], array(1)) then>
// code for guests
</if>
I use this for hiding content to multiple groups at once.