export enum NotificationPosition { bottomRight = 'bottomRight', bottomLeft = 'bottomLeft', topRight = 'topRight', topLeft = 'topLeft', top = 'top', bottom = 'bottom' }