export declare enum EzScrollDirection { HORIZONTAL = "horizontal", VERTICAL = "vertical", BOTH = "both" }