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