import { AfterViewInit, OnDestroy, Renderer2, ElementRef } from "@angular/core"; import { Platform } from "@ionic/angular"; import { Keyboard } from "@awesome-cordova-plugins/keyboard/ngx"; import * as i0 from "@angular/core"; export declare class CtyKeyboard implements AfterViewInit, OnDestroy { render: Renderer2; private platform; private keyboard; keyboardEl: ElementRef; isIOS: boolean; isMicroMessenger: boolean; subscribeKbShow: any; subscribeKbHide: any; keyboardshow: boolean; timer: number; constructor(render: Renderer2, platform: Platform, keyboard: Keyboard); ngAfterViewInit(): void; ngOnDestroy(): void; resize(el: any): void; destroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }