import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import { OpenViduAngularConfigService } from '../../services/config/openvidu-angular.config.service'; import * as i0 from "@angular/core"; export declare class ActivitiesPanelRecordingActivityDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set activitiesPanelRecordingActivity(value: boolean); set recordingActivity(value: boolean); recordingActivityValue: boolean; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; clear(): void; update(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ActivitiesPanelBroadcastingActivityDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set activitiesPanelBroadcastingActivity(value: boolean); set broadcastingActivity(value: boolean); broadcastingActivityValue: boolean; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; clear(): void; update(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }