import { ElementRef } from '@angular/core'; export declare class TabToggleDirective { elementRef: ElementRef; tabComponent: any; /** * @method constructor * @param elementRef [description] */ constructor(elementRef: ElementRef); }