import type { ThemingProps } from "../../types"; import type { TimelineItemTheme } from "./TimelineItem"; export type TimelineItemContextValue = ThemingProps; export declare const TimelineItemContext: import("react").Context; export declare function useTimelineItemContext(): TimelineItemContextValue;