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