import { ElementRef } from "@angular/core"; import { ImageItemValue, QuestionImagePickerModel } from "survey-core"; import { ImageItemValueWrapperViewModel } from "survey-creator-core"; import { CreatorModelComponent } from "../creator-model.component"; import * as i0 from "@angular/core"; export declare class ImageItemValueDesignerComponent extends CreatorModelComponent { componentName: string; componentData: any; container: ElementRef; adorner: ImageItemValueWrapperViewModel; private get creator(); get question(): QuestionImagePickerModel; get item(): ImageItemValue; protected createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): ImageItemValueWrapperViewModel; get showDragDropGhostOnTop(): boolean; get showDragDropGhostOnBottom(): boolean; blockEvent(event: MouseEvent): void; getNewItemStyle(): any; ngAfterViewInit(): void; preventDragHandler(e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }