import { ItemValue, QuestionDropdownModel } from "survey-core"; import { CellQuestionComponent } from "./cell-question.component"; import * as i0 from "@angular/core"; export declare class CellQuestionDropdownComponent extends CellQuestionComponent { getItemValueComponentName(item: ItemValue): string; getItemValueComponentData(item: ItemValue): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }