export declare enum NotificationType { Basic = 1, Success = 2, Error = 3, Info = 4, Warning = 5, Delete = 6 }