/// <reference types="react" />
import type { SearchResultCardsProps } from '../../type';
declare const SearchResultCards: import("react").NamedExoticComponent<SearchResultCardsProps>;
export default SearchResultCards;
