import { EventEmitter, OnInit, OnChanges, SimpleChanges } from "@angular/core"; import { MultiSelectComponent } from "@syncfusion/ej2-angular-dropdowns"; import * as i0 from "@angular/core"; export declare class ConfirmSelectComponent implements OnInit, OnChanges { comfirmSelect: MultiSelectComponent; value: any; dataSource: any[]; disabled: boolean; fields: { text: string; value: string; }; placeholder: any; showSelectAll: boolean; valueChange: EventEmitter; translation: any; selectedItems: any[]; isInteracted: boolean; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getInfo(): void; resetSelectedItems(): void; onCancel(): void; onApply(): void; onClose(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }