/// <reference types="react" />
import { IProductImageProps } from '../interfaces/ProductInterfaces';
export declare const ProductImage: ({ img, className, style }: IProductImageProps) => JSX.Element;
