Example:
namespace Somenamespace; use Somenamespace\\Someclass; use Somenamespace\\otherclass; class Template{ public function display($templ){
Simply: no. See note bellow the example http://www.php.net/manual/en/language.namespaces.importing.php#example-247
Importing rules are per file basis, meaning included files will NOT inherit the parent file's importing rules.