import type { LightBoxProps } from "./types";
export declare function LightBox({ open, onOpenChange, images, initialIndex, showCloseButton, showDeleteButton, showPagination, showCaption, animation, animationDuration, closeOnBackdropClick, closeOnEscape, swipeToNavigate, zoomable, maxZoom, minZoom, onImageDelete, classNames, components, }: LightBoxProps): import("react/jsx-runtime").JSX.Element;
