import { StyledComponent } from "../StyledComponent"; import { PropsOf } from "../../../Utils"; import { TextInput } from "react-native"; export declare const StyledTextInput: StyledComponent>; export declare type StyledTextInputProps = PropsOf; export default StyledTextInput;