import * as React from 'react'; import { ISearch } from '../Interfaces'; export declare class SearchComponent extends React.PureComponent { render(): JSX.Element; touchableOpacityButton(onPress: any, imgSrc: any, buttonStyle: any, imgStyle: any): JSX.Element; }