export declare enum NotificationPositionEnum { topLeft = "topLeft", topCenter = "topCenter", topRight = "topRight", bottomLeft = "bottomLeft", bottomCenter = "bottomCenter", bottomRight = "bottomRight" }