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