import React from 'react';
interface ImageGalleryProps {
    fallbackImageUrl?: string;
}
declare const ProductImageGallery: React.FC<ImageGalleryProps>;
export default ProductImageGallery;
