import { ToastrService } from 'ngx-toastr'; export declare class ToastrDisplayService { private toastr; constructor(toastr: ToastrService); DisplayToastrSuccess(message: string, title?: string): void; DisplayToastrInfo(message: string, title?: string): void; DisplayToastrWarning(message: string, title?: string): void; DisplayToastrError(message: string, title?: string): void; }