import { Photo, MasonryPhotoAlbumProps, ElementRef, JSXElement } from '../types.js'; import 'react'; declare const _default: (props: MasonryPhotoAlbumProps & ElementRef) => JSXElement; export { _default as default };