export declare class NotificationService { constructor(); showMessage(msg: string, type?: string, title?: string, config?: any): void; }