import React from 'react'; import { Photo, CommonPhotoAlbumProps, LayoutModel, Render, ComponentsProps, ElementRef } from '../types.js'; type StaticPhotoAlbumProps = Pick, "sizes" | "onClick" | "skeleton"> & { layout?: string; model?: LayoutModel; render?: Render; componentsProps?: ComponentsProps; }; declare const _default: (props: StaticPhotoAlbumProps & ElementRef) => React.ReactNode; export { _default as default }; export type { StaticPhotoAlbumProps };