import { AfterViewInit, ElementRef } from '@angular/core';
import { AttachableTrack } from '../../services/chat-list-state.service';
export declare class ChatVideoWindowComponent implements AfterViewInit {
    video: ElementRef<HTMLVideoElement>;
    track: AttachableTrack;
    constructor();
    ngAfterViewInit(): void;
}
