import React from 'react'; import 'photoswipe/style.css'; type Props = { id: string; poster?: HTMLImageElement; videoUrl?: string; showPlayIcon?: boolean; className?: string; }; declare const GalleryItem: React.FC; export default GalleryItem;