import { AfterViewInit, ElementRef } from "@angular/core"; import { ItemValue, PanelModel, QuestionSelectBase } from "survey-core"; import { ItemValueWrapperViewModel } from "survey-creator-core"; import { CreatorModelComponent } from "../creator-model.component"; import * as i0 from "@angular/core"; export declare class ItemValueDesignerComponent extends CreatorModelComponent implements AfterViewInit { componentName: string; componentData: any; container: ElementRef; adorner: ItemValueWrapperViewModel; private prevItem; private get creator(); get question(): QuestionSelectBase; get item(): ItemValue; onBlur(event: any): void; getPanelComponentName(panel: PanelModel): string; getPanelComponentData(panel: PanelModel): any; private setupContainer; private cleanContainer; protected createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): ItemValueWrapperViewModel; ngOnDestroy(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }