export { SlideshowLightbox, SlideshowLightboxProps } from './components/SlideshowLightbox/SlideshowLightbox.js'; export { Image, ImageProps } from './components/Image/Image.js'; import 'react'; declare const initLightboxJS: (licenseKey: string, plan_type: string) => void; export { initLightboxJS };