import type Taro from '@tarojs/taro'; type TaroHideKeyboardOption = Parameters[0]; type TaroHideKeyboardResult = Awaited>; type TaroGetSelectedTextRangeOption = Parameters[0]; type TaroGetSelectedTextRangeResult = Awaited>; export declare function hideKeyboard(option?: TaroHideKeyboardOption): Promise; export declare function getSelectedTextRange(option?: TaroGetSelectedTextRangeOption): Promise; export {}; //# sourceMappingURL=keyboard.d.ts.map