/**
 * Hook that tracks keyboard height and provides real-time updates
 */
declare const useKeyboardHeight: () => number;
export default useKeyboardHeight;
