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 StreamDisplayParticipantNameDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set streamDisplayParticipantName(value: boolean); set displayParticipantName(value: boolean); displayParticipantNameValue: boolean; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngOnDestroy(): void; ngAfterViewInit(): void; update(value: boolean): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class StreamDisplayAudioDetectionDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set streamDisplayAudioDetection(value: boolean); set displayAudioDetection(value: boolean); displayAudioDetectionValue: boolean; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; update(value: boolean): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class StreamSettingsButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set streamSettingsButton(value: boolean); set settingsButton(value: boolean); settingsValue: boolean; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; update(value: boolean): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }