import { ChangeDetectorRef } from '@angular/core'; import { Store } from '@ngrx/store'; import { Attribute, ConditionType, NormalizedCondition } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class YapSearchComposedComponent { private store; private _change; class: string; hover: boolean; masterId$: Observable; onMouseOver(evt: any): void; onMouseOut(evt: any): void; set id(val: string); private _id; condition$: Observable; panelNewAttributeOpen: boolean; constructor(store: Store, _change: ChangeDetectorRef); onAddNestedCondition(conditionId: string): void; onSelectType(conditionId: string, conditionType: ConditionType): void; onOpenPanel(): void; onClosePanel(): void; onAddAttributeCondition(attribute: Attribute, conditionId: string): void; onDeleteNestedCondition(conditionId: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }