import React, { ReactElement } from 'react';
import { IShopImageGalleryProps } from './type';
export declare const ShopImageGallery: React.MemoExoticComponent<({ shopImageGallery, }: IShopImageGalleryProps) => ReactElement>;
