import { EventEmitter } from '@angular/core'; import { KeyValue } from '../../../../common/KeyValue'; import { MatSelectionList } from '@angular/material/list'; import { SingleSelectChartOptions } from '../../../model/public/modifier-options'; import * as i0 from "@angular/core"; export declare class SingleSelectChartComponent { options: SingleSelectChartOptions; selectedOption: KeyValue; valid: boolean; apply: EventEmitter; singleSelect: MatSelectionList; onChange: () => void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-single-select-chart", never, { "options": { "alias": "options"; "required": false; }; "selectedOption": { "alias": "selectedOption"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; }, { "apply": "apply"; }, never, never, true, never>; }