export declare const enum EQuadrant {
    TOP = 1,
    RIGTH = 2,
    BOTTOM = 4,
    LEFT = 8,
}
