import React from 'react';
import { SearchResultProps } from './type';
declare const SearchResult: {
    (props: SearchResultProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default SearchResult;
