import { EmbeddedViewContentComponent } from "survey-angular-ui"; import { ItemValue } from "survey-core"; import { QuestionDesignerComponent } from "../question.component"; import * as i0 from "@angular/core"; export declare class QuestionDropdownDesignerComponent extends QuestionDesignerComponent { protected createModel(): void; adornerComponent: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class QuestionDropdownAdornerDesignerComponent extends EmbeddedViewContentComponent { adorner: any; question: any; getItemValueComponentName(item: ItemValue): string; getItemValueComponentData(item: ItemValue): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }