import React, { PropsWithChildren } from 'react'; import { ModalGalleryProviderProps } from "./type"; export declare function ModalGalleryProvider({ generalInfo, imageCarousel, backupSrc, isMobile, initialSlide, children, }: PropsWithChildren): React.JSX.Element;