import { PropsWithChildren } from 'react'; import { TimelineContext, TimelineProviderProps } from './types'; export declare const timelineContext: import("react").Context; export declare const TimelineProvider: (props: PropsWithChildren) => JSX.Element; export default TimelineProvider;