import React from 'react'; import Gallery from './Gallery'; import type { GalleryProps, GalleryRefType } from './types'; type GalleryPropsWithRef = GalleryProps & { ref?: React.ForwardedRef; }; declare const _default: (props: GalleryPropsWithRef) => ReturnType; export default _default; //# sourceMappingURL=GalleryProvider.d.ts.map