import React from 'react'; import type { TimelineContextValue } from './types'; export declare const TimelineContextProvider: React.Provider; export declare function useTimelineContext(): TimelineContextValue; //# sourceMappingURL=TimelineContext.d.ts.map