import { ElementRef } from '@angular/core'; export declare class TabBody { private el; id: string; cssClass: string; visible: boolean; constructor(el: ElementRef); show(): boolean; hide(): boolean; nativeElement(): any; }