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