import React from 'react'; import { WebImageGalleryProps } from './types'; declare const WebImageGallery: ({ captionProps, items }: WebImageGalleryProps) => React.JSX.Element; export { WebImageGallery };