/// <reference types="react" />
import { SearchResultsProps } from './type';
declare const SearchResults: {
    ({ as, className, content, children, ...props }: SearchResultsProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default SearchResults;
