How can I forward declare a template class.

ie:for a normal class,if it is

class A;

How is it for a template class

Thanks in advance