export declare enum OverlayPositionEnum { TOP = "top", RIGHT = "right", LEFT = "left", BOTTOM = "bottom" } export declare enum OriginPosition { START = "start", CENTER = "center", END = "end" } export declare enum GlobalOverlayPosition { CENTER = "center", CENTER_BOTTOM = "center-bottom", CENTER_TOP = "center-top", RIGHT_TOP = "right-top", RIGHT_CENTER = "right-center", RIGHT_BOTTOM = "right-bottom", LEFT_TOP = "left-top", LEFT_CENTER = "left-center", LEFT_BOTTOM = "left-bottom" } export declare enum OverlayScrollStrategy { NOOP = "noop", CLOSE = "close", BLOCK = "block", REPOSITION = "reposition" } export declare enum OveralyResizeStrategy { NOOP = "noop", CLOSE = "close", REPOSITION = "reposition" }