import { ElementRef } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import { SelectedRow } from '../../../../../core/structure/formation/src/api/row-selected/selected-row'; import { DynamicallyCreatedComponent } from '../../../../../feature/common/component/src/dynamically-created-component'; import { ItemEntity } from '../../../../../core/structure/source/src/domain/item/item.entity'; import * as i0 from "@angular/core"; export declare class StructureRowDetailViewComponent extends DynamicallyCreatedComponent { private readonly item; private readonly template; private readonly sanitizer; selectedRowValue: ItemEntity; safeHTML: SafeHtml; constructor(elRef: ElementRef, item: SelectedRow, template: any, sanitizer: DomSanitizer); protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }