export default GalleryGroup; declare class GalleryGroup { constructor(config: any); uniqueId: string; isGalleryGroup: boolean; dto: any; items: any; processScheme(scheme: any): void; id: any; idx: any; width: any; height: any; totalHeight: any; ratio: any; top: any; left: any; right: any; bottom: any; visible: any; rendered: any; required: any; renderProps(galleryConfig: any): { className: string; id: any; idx: any; key: string; type: any; top: any; left: any; right: any; bottom: any; width: any; height: any; totalHeight: any; items: any; visible: any; rendered: any; required: any; galleryConfig: any; }; get key(): string; }