import { GalleryProps } from '../types';
export declare function ImageGallery({ images, layout, animation, thumbnailsPosition, enableZoom, onImageClick, onFavoriteToggle, onImageRemove, onImageUpload }: GalleryProps): import("react/jsx-runtime").JSX.Element;
