import { TemplateRef } from '@angular/core';
/**
* Decorates the `ng-template` tags and reads out the template from it
*
* @example
*
*
* My tab content
*
*
*
* https://getterminus.github.io/ui-demos-release/components/tabs
*/
export declare class TsTabContentDirective {
template: TemplateRef;
constructor(template: TemplateRef);
}