export declare const LEFT = "left"; export declare const RIGHT = "right"; export declare const TOP = "top"; export declare const BOTTOM = "bottom"; export declare const AUTO = "auto"; export declare const SUPPORTED_POSITIONS: string[]; //# sourceMappingURL=PositionTypes.d.ts.map