import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core'; import { RecordingInfo } from '../../models/recording.model'; import { OpenViduAngularConfigService } from '../../services/config/openvidu-angular.config.service'; import * as i0 from "@angular/core"; export declare class AdminRecordingsListDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set recordingsList(value: RecordingInfo[]); recordingsValue: RecordingInfo[]; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; clear(): void; update(value: RecordingInfo[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class AdminLoginDirective implements AfterViewInit, OnDestroy { elementRef: ElementRef; private libService; set error(value: any); errorValue: any; constructor(elementRef: ElementRef, libService: OpenViduAngularConfigService); ngAfterViewInit(): void; ngOnDestroy(): void; clear(): void; update(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }