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