type KeyboardControllerState = { height: number; isVisible: boolean; }; /** * Uses `react-native-keyboard-controller` `KeyboardEvents` rather than the standard RN `Keyboard` API because it fires `keyboardWillShow`/`keyboardWillHide` on both platforms with accurate animated height values; the native `KeyboardProvider` must wrap the app tree or these events will never fire. */ export declare function useKeyboardController(): KeyboardControllerState; export {}; //# sourceMappingURL=useKeyboardController.d.ts.map