import { Overlay } from '@angular/cdk/overlay'; import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; import { AbstractControl, UntypedFormGroup } from '@angular/forms'; import { Store } from '@ngrx/store'; import { Class, Field, MultiClassCondition, OperatorOption } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import { SearchMultiClassService } from '../../store/search-multi-class.service'; import * as i0 from "@angular/core"; export declare class MultiClassConditionComponent implements OnInit { private store; private service; private overlay; private viewContainerRef; fieldSelectionTpl: TemplateRef; condition$: Observable; classesLinked$: Observable; field$: Observable; classes$: Observable; conditions$: Observable; notLastCondition$: Observable; operators$: Observable; set id(val: string); private _id?; opened: boolean; private overlayRef?; form: UntypedFormGroup; get formValue(): AbstractControl | null; constructor(store: Store, service: SearchMultiClassService, overlay: Overlay, viewContainerRef: ViewContainerRef); ngOnInit(): void; onRemoveCondition(condition: MultiClassCondition): void; toggleFieldSelection(): void; openWithTemplate(): void; onChangeField(condition: MultiClassCondition, field: string): void; onCloseModal(): void; onUpdateValue(condition: MultiClassCondition): void; get hasTwoFields(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }