export declare enum IMOrientation {
    'TopLeft' = "TopLeft",
    'TopRight' = "TopRight",
    'BottomRight' = "BottomRight",
    'BottomLeft' = "BottomLeft",
    'LeftTop' = "LeftTop",
    'RightTop' = "RightTop",
    'RightBottom' = "RightBottom",
    'LeftBottom' = "LeftBottom"
}
