import { Theme } from '@models/Theme'; import { TimelineMode } from '@models/TimelineModel'; export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { cardPositionHorizontal?: "TOP" | "BOTTOM"; }>> & string; export declare const TimelineMainWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $scrollable?: boolean | { scrollbar: boolean; }; mode?: TimelineMode; position?: "top" | "bottom"; theme?: Theme; }>> & string; export declare const TimelineMain: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const Outline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { color?: string; height?: number; }>> & string; export declare const TimelineControlContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { active?: boolean; mode?: TimelineMode; }>> & string; export declare const TimelineContentRender: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $showAllCards?: boolean; }>> & string; export declare const ToolbarWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { position: "top" | "bottom"; }>> & string; export declare const ExtraControls: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLUListElement>, { $hide: boolean; $slideShowRunning: boolean; }>> & string; export declare const ExtraControlChild: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLLIElement>, never>> & string;