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