export declare enum Position { BOTTOM = "BOTTOM", TOP = "TOP", LEFT = "LEFT", RIGHT = "RIGHT" }