import { DarthToast } from './bean/darth-toast'; import { DarthConstansService } from '../../services/darth-constans.service'; import * as i0 from "@angular/core"; export declare class DarthToastService { private constans; private _toasts; private _timeout; get toasts(): DarthToast[]; get timeout(): number; set timeout(value: number); constructor(constans: DarthConstansService); addInfoMessage(title: string, message: string): void; addWarningMessage(title: string, message: string): void; addErrorMessage(title: string, message: string): void; addSuccesMessage(title: string, message: string): void; private addMessage; closeToast(toast: DarthToast): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }