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