import { Observable } from 'rxjs';
import { DsfrToast } from './toast.model';
import * as i0 from "@angular/core";
export declare class DsfrToastService {
    private _toast;
    constructor();
    /** Affiche la nouvelle notification. */
    show(toast: DsfrToast): void;
    toasts(): Observable<DsfrToast>;
    static ɵfac: i0.ɵɵFactoryDeclaration<DsfrToastService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DsfrToastService>;
}
