declare const onKeyboardHeightChange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const offKeyboardHeightChange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const hideKeyboard: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const getSelectedTextRange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { onKeyboardHeightChange, offKeyboardHeightChange, hideKeyboard, getSelectedTextRange };