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 ToolbarScreenshareButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarScreenshareButton(value: boolean); set screenshareButton(value: boolean); private screenshareValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarRecordingButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarRecordingButton(value: boolean); set recordingButton(value: boolean); private recordingValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarBroadcastingButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarBroadcastingButton(value: boolean); set broadcastingButton(value: boolean); private broadcastingValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarFullscreenButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarFullscreenButton(value: boolean); set fullscreenButton(value: boolean); private fullscreenValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarBackgroundEffectsButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarBackgroundEffectsButton(value: boolean); set backgroundEffectsButton(value: boolean); private backgroundEffectsValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarCaptionsButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarCaptionsButton(value: boolean); set captionsButton(value: boolean); private captionsButtonValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarSettingsButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarSettingsButton(value: boolean); set settingsButton(value: boolean); private settingsValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarLeaveButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarLeaveButton(value: boolean); set leaveButton(value: boolean); private leaveValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarParticipantsPanelButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarParticipantsPanelButton(value: boolean); set participantsPanelButton(value: boolean); private participantsPanelValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarChatPanelButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarChatPanelButton(value: boolean); set chatPanelButton(value: boolean); private toolbarChatPanelValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarActivitiesPanelButtonDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarActivitiesPanelButton(value: boolean); set activitiesPanelButton(value: boolean); private toolbarActivitiesPanelValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarDisplaySessionNameDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarDisplaySessionName(value: boolean); set displaySessionName(value: boolean); private displaySessionValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class ToolbarDisplayLogoDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set toolbarDisplayLogo(value: boolean); set displayLogo(value: boolean); private displayLogoValue; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; private clear; private update; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }