export declare enum Position { TOP = "top", TOP_LEFT = "top-left", TOP_RIGHT = "top-right", BOTTOM = "bottom", BOTTOM_LEFT = "bottom-left", BOTTOM_RIGHT = "bottom-right", LEFT = "left", RIGHT = "right" } //# sourceMappingURL=Position.d.ts.map