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