/// import { TextInput, type TextInputProps, type NativeSyntheticEvent, type TextInputFocusEventData } from 'react-native'; interface useTextInputFocusParams extends Pick { inputRef: React.MutableRefObject; } export declare const useTextInputFocus: ({ inputRef, onFocus, onBlur }: useTextInputFocusParams) => { focusAnim: import("react-native-reanimated").SharedValue; focusAnimRange: number[]; focusInput: () => void; onInputBlur: (e: NativeSyntheticEvent) => void; onInputFocus: (e: NativeSyntheticEvent) => void; }; export {}; //# sourceMappingURL=use-text-input-focus-anim.hook.d.ts.map