import { EmbeddedViewContentComponent } from "survey-angular-ui"; import { QuestionImageAdornerViewModel } from "survey-creator-core"; import { QuestionDesignerComponent } from "../question.component"; import * as i0 from "@angular/core"; export declare class QuestionImageDesignerComponent extends QuestionDesignerComponent { protected createModel(): void; adornerComponent: string; get placeholderComponent(): string; get placeholderComponentData(): { model: import("survey-core").QuestionFileModel; }; get showPlaceholderComponent(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class QuestionImageAdornerDesignerComponent extends EmbeddedViewContentComponent { adorner: QuestionImageAdornerViewModel; question: any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }