import { FC } from 'react'; import { ProductImagePropsType } from '../types'; declare const ProductImage: FC; export default ProductImage;