import { ElementRef } from '@angular/core'; import { PageDirective } from '@wm/components'; export declare class MobilePageDirective { private page; private _$ele; constructor(page: PageDirective, elRef: ElementRef); }