import React from 'react'; import './style/index.less'; declare const ImageGallery: (props: any) => React.JSX.Element; export default ImageGallery;