import { ElementRef } from 'angular2/core'; /** * @private */ export declare class TabHighlight { private _elementRef; private _init; constructor(_elementRef: ElementRef); select(tab: any): void; }