import { ComponentRef, ComponentFactory, ApplicationRef, ComponentFactoryResolver } from '@angular/core'; import { CustomKeyboardComponent } from '../custom-keyboard/custom-keyboard.component'; import * as i0 from "@angular/core"; export declare class CustomInputService { private _appRef; private _cfr; static compRef: ComponentRef; static appRef: ApplicationRef; static isShow: boolean; static clickValue: any; static _inputCompFactory: ComponentFactory; static _keyboardPrefixCls: string; constructor(_appRef: ApplicationRef, _cfr: ComponentFactoryResolver); static getShowStatus(): boolean; static showKeyboard(): void; static hideKeyboard(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }