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