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