import React, { SyntheticEvent } from "react"; export declare const HorizontalScroll: React.FC<{ scroll: number; svgWidth: number; taskListWidth: number; rtl: boolean; onScroll: (event: SyntheticEvent) => void; }>;