import { NgxToastNotifierService } from './ngx-toast-notifier.service';
import * as i0 from "@angular/core";
export declare class NgxToastService {
    private ngxToastService;
    constructor(ngxToastService: NgxToastNotifierService);
    onSuccess(title: string, text: string): void;
    onInfo(title: string, text: string): void;
    onWarning(title: string, text: string): void;
    onDanger(title: string, text: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxToastService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NgxToastService>;
}
