export declare const THRESHOLD = 0.75; type Options = { scrollStep?: number; scrollInContainer?: boolean; scrollTo?: number; isRtl?: boolean; }; export declare const withHorizontalScroll: (options: Options) => any; export default withHorizontalScroll; //# sourceMappingURL=withHorizontalScroll.d.ts.map