import type { TimelineItemProps, TimelineProps } from "../../data/entities";
export declare function getTimelineStyles(props: TimelineProps): string;
export declare function getTimelineItemStyles(props: TimelineItemProps): string;
export declare function getTimelineItemTextStyles(props: TimelineItemProps, kind?: "title" | "description"): {
    textStyles: string;
    tagToRender: import("../../utils/style-utils").TextComponentTags;
    textLabel: string | undefined;
};
