import { ToastrService } from "ngx-toastr"; import * as i0 from "@angular/core"; export declare class ToastService { private toastr; constructor(toastr: ToastrService); success(message: string): void; error(message: string): void; info(message: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }