export declare enum ScrollDirection { TOP = "top", BOTTOM = "bottom", RIGHT = "right", LEFT = "left", NONE = "none" }