export interface Props {
    img?: string;
    className?: string;
}
export declare const ProductImage: ({ img, className }: Props) => JSX.Element;
