/// /// import { TextInput as RNTextInput } from 'react-native'; import { ITextInputProps } from './type'; export declare const TextInput: import("styled-components").StyledComponent;