import { Subject } from 'rxjs'; import { YapIframeMessageType } from './iframe-message-type.interface'; import * as i0 from "@angular/core"; export declare class IframeMessagingService { message$: Subject; received($event: YapIframeMessageType, window: Window): void; post(target: Window, message: any, origin?: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }