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