import { OnInit } from '@angular/core'; import { Picker } from '../../../ui/picker/picker.component'; import { Surveyori18nService } from "../../../ui/i18n/shared/i18n.service"; import * as i0 from "@angular/core"; export declare class MultipleTermPickerComponent extends Picker implements OnInit { i18nService: Surveyori18nService; searchText: string; clearVisible: boolean; buckets: Array; constraints: Array; bucketSearchResults: Array; selectedItems: { [key: string]: any; }; itemExists: { [key: string]: any; }; key: string; agg: any; label: string; submitEnabled: boolean; constructor(i18nService: Surveyori18nService); submit(): void; canSubmit(): boolean; ngOnInit(): void; toggleBox(item: any): void; clearSearch(): void; search(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }