import { EventEmitter } from '@angular/core'; import { Store } from '@ngrx/store'; import { Attribute } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class YapSearchSelectAttributeComponent { private store; set id(val: string); selectAttributeChange: EventEmitter; get attributes$(): Observable | undefined; _attributes$?: Observable; constructor(store: Store); onSelectAttribute(attribute: Attribute): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }