export declare const Position: { readonly LEFT: "left"; readonly RIGHT: "right"; readonly TOP: "top"; readonly BOTTOM: "bottom"; };