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