export declare enum MiniMapPosition {
    UpperLeft = "UpperLeft",
    UpperRight = "UpperRight"
}
