import { ElementRef } from '@angular/core';
import { TabComponent } from './tabs.component';
export declare class TabToggleDirective {
    elementRef: ElementRef;
    tabComponent: TabComponent;
    constructor(elementRef: ElementRef);
}
