export declare enum EFConnectableSide {
    LEFT = "left",
    TOP = "top",
    RIGHT = "right",
    BOTTOM = "bottom",
    AUTO = "auto"
}
