type TimelineRef = { collapseAll: () => void; expandAll: () => void; }; export declare const timelineRef: import("react").RefObject; export {};