import { ILightboxProps } from '../../types/lightbox.types'; export declare const Lightbox: ({ images, initialIndex, isOpen, onClose, displayMode, showTitle, showIndicators, showNavigation, showCounter, className, overlayClassName, size, }: ILightboxProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Lightbox.d.ts.map