export class ItemsHelper { static convertDtoToLayoutItem(dto: any): any; static convertToGalleryItems(galleryStructure: any, itemConfig?: {}, existingItems?: any[]): any; static convertExistingStructureToGalleryItems(existingStructure: any, galleryStructure: any, itemConfig?: {}): any; }