import type { ThemingProps } from "../../types"; import type { TimelineContentTheme } from "./TimelineContent"; export type TimelineContentContextValue = ThemingProps; export declare const TimelineContentContext: import("react").Context; export declare function useTimelineContentContext(): TimelineContentContextValue;