import React from 'react';
import { ModalGalleryProps } from "./type";
export declare function ModalGallery({ generalInfo, imageCarousel, backupSrc, isMobile, initialSlide, isOpen, onOpenChange, modalProps, title, }: ModalGalleryProps): React.JSX.Element;
export { useModalGalleryContext } from "./context";
export { ModalGalleryProvider } from "./ModalGalleryProvider";
export type { ModalGalleryProps } from "./type";
export default ModalGallery;
