import { Animated } from 'react-native'; export interface KeyboardAnimation { height: Animated.Value; progress: Animated.Value; } export declare function useKeyboardAnimation(): KeyboardAnimation; //# sourceMappingURL=useKeyboardAnimation.d.ts.map