import { OnInit } from '@angular/core'; export declare class FileVideoComponent implements OnInit { url: string; inChatServer: boolean; constructor(); ngOnInit(): void; }