import * as i0 from "@angular/core"; export declare class BehaviorEventChannel { private _eventChannel; on(eventName: string): import("rxjs").Observable; emit(eventName: string, data?: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }