import { Photo, ColumnsPhotoAlbumProps, ElementRef, JSXElement } from '../types.js';
import 'react';

declare const _default: <TPhoto extends Photo>(props: ColumnsPhotoAlbumProps<TPhoto> & ElementRef) => JSXElement;

export { _default as default };
