export declare enum Position {
    LeftTop = 0,
    CenterTop = 1,
    RightTop = 2,
    LeftBottom = 3,
    CenterBottom = 4,
    RightBottom = 5
}
