import { OnInit } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class LeanLovModal implements OnInit { protected toastr: ToastrService; bsModalRef: BsModalRef; title: string; message: string; multiple: boolean; choices: any[]; set loc(_loc: string[]); index: number; indexes: number[]; constructor(toastr: ToastrService, bsModalRef: BsModalRef); ngOnInit(): void; originals: any[]; updateFilter(event: any): void; select(choice: any): void; validate(): void; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }