export interface INotificationInfo { title: string; message: string; data: any; } //# sourceMappingURL=types.d.ts.map