import React from 'react'; import { TextInput } from 'react-native'; declare type TextInputProps = React.ComponentPropsWithRef & { onChangeCancel: () => void; }; export declare const TextFieldSearch: React.ForwardRefExoticComponent & React.RefAttributes>; export {};