export declare enum EFConnectionBehavior {
    FIXED = "fixed",
    FIXED_CENTER = "fixed_center",
    FLOATING = "floating"
}
