/** * Get the keyboard height. Need to be obtained dynamically. */ export declare function useKeyboardHeight(): { keyboardHeight: number; keyboardCurrentHeight: number; keyboardCompensationHeight: number; shouldCompensateKeyboard: boolean; }; //# sourceMappingURL=useKeyboardHeight.d.ts.map