import { ApplicationRef, ElementRef, OnInit } from '@angular/core'; import { Platform } from '@ionic/angular'; import * as i0 from "@angular/core"; export declare class KeyboardAttachDirective implements OnInit { private elementRef; private platform; private AppRef; constructor(elementRef: ElementRef, platform: Platform, AppRef: ApplicationRef); ngOnInit(): void; private onShow; private onHide; private setElementPosition; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }