import { EventEmitter, OnInit } from "@angular/core"; import { ShareStream, UserRole } from "@cygnus-reach/session"; import { StreamControlsIcons } from "../../models/icon-interfaces"; import * as i0 from "@angular/core"; export declare class StreamControlsComponent implements OnInit { stream: ShareStream; refRole: UserRole; allowCapture: boolean; allowReverse: boolean; icons?: StreamControlsIcons; reverse: EventEmitter; screenshot: EventEmitter; recording: EventEmitter; endShare: EventEmitter; constructor(); ngOnInit(): void; get recordingState(): false | "self" | "peer"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }