import { QuestionAngular } from "../question"; import { ItemValue, QuestionSelectBase } from "survey-core"; import * as i0 from "@angular/core"; export declare class SelectBaseComponent extends QuestionAngular { model: any; inputType: string; showLegend: boolean; getDefaultComponentName(): string; trackItemBy(_: number, item: ItemValue): any; trackColumnBy(index: number): any; getItemValueComponentName(item: ItemValue): string; getItemValueComponentData(item: ItemValue): any; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "['sv-ng-selectbase']", never, { "model": "model"; }, {}, never, never>; }