import { ElementRef, OnDestroy } from '@angular/core'; import { AbstractNavigationService, App } from '@wm/core'; import { PageDirective } from '@wm/components/page'; import { DeviceService } from '@wm/mobile/core'; export declare class MobilePageDirective implements OnDestroy { private deviceService; private page; private navigationService; private _$ele; private _backBtnListenerDestroyer; constructor(app: App, elRef: ElementRef, deviceService: DeviceService, page: PageDirective, navigationService: AbstractNavigationService); ngOnDestroy(): void; }