export declare enum NotificationPosition { TOP_LEFT = "top-left", TOP_CENTER = "top-center", TOP_RIGHT = "top-right", BOTTOM_CENTER = "bottom-center", BOTTOM_LEFT = "bottom-left", BOTTOM_RIGHT = "bottom-right" }