import { Theme } from '@models/Theme'; export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const ShapeWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; type ShapeModel = { $timelinePointShape?: 'circle' | 'square' | 'diamond'; dimension?: number; theme?: Theme; }; export declare const Shape: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ShapeModel>> & string; export declare const TimelineTitleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const TimelineContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $active?: boolean; $cardWidth?: number; $highlight?: boolean; position?: string; theme?: Theme; }>> & string; export {};