import React from 'react'; import { TextInputProps, ViewStyle, ColorValue } from 'react-native'; export declare const Input: ({ placeholder, value, onChangeText, style, primaryColor, textInputContainerStyle, ...rest }: { primaryColor?: ColorValue; textInputContainerStyle?: ViewStyle; } & TextInputProps) => React.JSX.Element; export default Input; //# sourceMappingURL=index.d.ts.map