import { OnInit } from '@angular/core'; import { FileInfoType } from '@schoolbelle/api/file'; import { BsModalRef } from "ngx-bootstrap/modal"; import { ModalsComponent } from '../modals.component'; export declare class MediaBrowserModalComponent extends ModalsComponent implements OnInit { list: FileInfoType[]; index: number; constructor(modalRef: BsModalRef); ngOnInit(): void; }