import { HTMLAttributes, default as React } from 'react'; export interface SearchProductItemImageProps extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: cypress, testing library, and jest). */ testId?: string; } declare const SearchProductItemImage: React.ForwardRefExoticComponent>; export default SearchProductItemImage; //# sourceMappingURL=SearchProductItemImage.d.ts.map