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