import { SafeUrl } from '@angular/platform-browser'; import { Observable } from 'rxjs'; import { Item } from '../../../core/model/item.interface'; import { RawService } from '../../../core/store/raw/raw.service'; import * as i0 from "@angular/core"; export declare class VizualizeRawComponent { private rawService; item?: Item; propertyName: string; alt?: string; private _altDefault; get altValue(): string; constructor(rawService: RawService); rawDatas: { [key: string]: { type: string; url: SafeUrl; }; }; getRawData(itemId: string, attributeName: string): Observable<{ type: string; url: SafeUrl; }>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }