import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import { IonContent } from '@ionic/angular'; import { SuperTabs } from '@ionic-super-tabs/angular'; import { HidenavShService } from './hidenav-sh-service.service'; import * as i0 from "@angular/core"; export declare class HidenavShTabscontentDirective implements AfterViewInit, OnDestroy { contentElem: ElementRef; el: IonContent; private globals; name: any; supertabs: SuperTabs; constructor(contentElem: ElementRef, el: IonContent, globals: HidenavShService); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }