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