import type { TextInputProps } from 'react-native'; import { type AnimatedProps } from 'react-native-reanimated'; export interface AnimatedTextInputProps extends TextInputProps { text?: string; } declare const AnimatedTextInput: React.ComponentClass>; export default AnimatedTextInput; //# sourceMappingURL=AnimatedTextInput.d.ts.map