export declare enum AnchorAlignment {
    Bottom = 0,
    Top = 1
}
export declare enum PopupAlignment {
    TopLeft = 0,
    BottomLeft = 1,
    TopRight = 2,
    BottomRight = 3
}
