import type { KeyboardState } from '../types'; export declare const useAnimatedKeyboard: () => { state: import("react-native-reanimated").SharedValue; textInputNodesRef: import("react").MutableRefObject>; }; //# sourceMappingURL=useAnimatedKeyboard.d.ts.map