/**
* Describes vertical positioning of <a href="/feedback/alert">NeonToast</a> notifications.
* @enum
*/
export declareenumNeonVerticalPosition{
/** Position centred at top of the screen. */
Top = "top",
/** Position centred at bottom of the screen. */
Bottom = "bottom"
}