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