import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum LabelCollisionPlacementPositions {
    Top = 0,
    Left = 1,
    Right = 2,
    Bottom = 3,
    TopLeft = 4,
    TopRight = 5,
    BottomLeft = 6,
    BottomRight = 7
}
/**
 * @hidden
 */
export declare let LabelCollisionPlacementPositions_$type: Type;
