export declare enum AlertsPosition {
    none = 0,
    top = 1,
    bottom = 2,
    both = 3
}
