import { OnDestroy, OnInit } from '@angular/core';
import { Observable, Subscription } from 'rxjs';
import { ToolbarEventService } from '../../toolbar/toolbar-event.service';
import { IcpParticipant, IcpState } from '../icp.interfaces';
import { Store } from '@ngrx/store';
import { IcpEventService } from '../../toolbar/icp-event.service';
import * as i0 from "@angular/core";
export declare class ParticipantsListComponent implements OnInit, OnDestroy {
    private readonly toolbarEvents;
    private store;
    private readonly icpEventService;
    subscription: Subscription;
    participants$: Observable<IcpParticipant[]>;
    presenter$: Observable<IcpParticipant>;
    isPresenter$: Observable<boolean>;
    showParticipantsList: boolean;
    constructor(toolbarEvents: ToolbarEventService, store: Store<IcpState>, icpEventService: IcpEventService);
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ParticipantsListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ParticipantsListComponent, "mv-participants-list", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=participants-list.component.d.ts.map