/** * Hook for handling timeline scrolling with smooth animation * Respects user's motion preferences for accessibility (WCAG 2.3.3) */ export declare const useTimelineScrolling: () => { scrollToElement: (element: HTMLElement, mode: string, forceScroll?: boolean) => void; }; //# sourceMappingURL=useTimelineScrolling.d.ts.map