import type { PhotoGalleryProps, GlobalConstantType } from '../components/PhotoGallery/Types';
declare const GlobalConstant: Required<Pick<PhotoGalleryProps, 'scaledImageResizeMode' | 'animatedThumbnailScrollSpeed' | 'animatedImageDelay' | 'animationCloseSpeed' | 'thumbnailListImageHeight' | 'thumbnailListImageSpace' | 'thumbnailListImageWidth'>> & GlobalConstantType;
export default GlobalConstant;
