import { SnotifyService, SnotifyToastConfig } from 'ngx-sdcore/snotify'; import * as i0 from "@angular/core"; export declare class NgSnotifyService { private snotifyService; config: SnotifyToastConfig; constructor(snotifyService: SnotifyService); setDefaults(): void; success(body: string, title: string): void; info(body: string, title: string): void; error(body: string, title: string): void; warning(body: string, title: string): void; simple(body: string, title: string): void; confirm(body: string, title: string, okCallback: () => any, cancelCallBack?: () => any): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }