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