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