export declare enum PositionType {
    positionTop = "TOP",
    positionBottom = "BOTTOM",
    positionMiddle = "MIDDLE"
}
