export declare const Position: { readonly Bottom: "bottom-center"; readonly BottomLeft: "bottom-left"; readonly BottomRight: "bottom"; readonly Left: "left"; readonly Right: "right"; readonly Top: "top-center"; readonly TopLeft: "top-left"; readonly TopRight: "top"; };