import { OnInit, EventEmitter } from '@angular/core'; import { FileInfoType } from '@schoolbelle/api/file'; import { FormControl } from '@angular/forms'; export declare class LetterWriteFileListFileRowComponent implements OnInit { i: number; file: File | FileInfoType; showMimeType: boolean; onRemove: EventEmitter<{}>; control: FormControl; constructor(); ngOnInit(): void; remove(): void; }