import { BehaviorSubject, Subject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class IcpEventService {
    enabled: BehaviorSubject<boolean>;
    sessionLaunch: Subject<void>;
    becomingPresenter: Subject<void>;
    stoppingPresenting: Subject<void>;
    leavingSession: BehaviorSubject<boolean>;
    sessionExitConfirmed: Subject<void>;
    participantsListVisible: BehaviorSubject<boolean>;
    constructor();
    launchSession: () => void;
    enable: () => void;
    becomePresenter: () => void;
    stopPresenting: () => void;
    leaveSession: () => void;
    confirmExit: () => void;
    static ɵfac: i0.ɵɵFactoryDeclaration<IcpEventService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IcpEventService>;
}
//# sourceMappingURL=icp-event.service.d.ts.map