Not yet supported. The idea is to declare only the template signature of an identifier, without declaring its ports. Much like the following in C++:
template <template <int, class> class> class my_template_class;
‘my_template_class’ is a class that takes a class that takes an integer and a class as a template argument as a template argument.