import { Photo, LayoutModel } from '../types.js'; import 'react'; declare function computeRowsLayout(photos: readonly TPhoto[], spacing: number, padding: number, containerWidth: number, targetRowHeight: number, minPhotos?: number, maxPhotos?: number): LayoutModel | undefined; export { computeRowsLayout as default };