///
import * as i0 from "@angular/core";
export declare class NotifyService {
info(message: string, title?: string, options?: any): void;
success(message: string, title?: string, options?: any): void;
warn(message: string, title?: string, options?: any): void;
error(message: string, title?: string, options?: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵprov: i0.ɵɵInjectableDeclaration;
}