import PhotoSwipeLightboxConstructor from 'photoswipe/lightbox'; type Options = ConstructorParameters[0]; export type PhotoSwipeLightboxType = PhotoSwipeLightboxConstructor; declare const PhotoSwipeLightbox: (options: Options) => PhotoSwipeLightboxConstructor; export default PhotoSwipeLightbox;