import { ElementRef, OnInit } from '@angular/core';
export declare class TabsComponent implements OnInit {
    private el;
    constructor(el: ElementRef);
    ngOnInit(): void;
}
