/** CSS custom properties for this component (`:root` fragment). */ export declare const rootTokens = "\n --cosmograph-timeline-selection-color: var(--cosmograph-ui-selection-control-color);\n --cosmograph-timeline-selection-opacity: 0.5;\n --cosmograph-timeline-bar-color: var(--cosmograph-ui-element-color);\n --cosmograph-timeline-highlighted-bar-color: var(--cosmograph-ui-highlighted-element-color);\n --cosmograph-timeline-font-family: var(--cosmograph-ui-font-family);\n --cosmograph-timeline-font-size: var(--cosmograph-ui-tick-font-size);\n --cosmograph-timeline-background: var(--cosmograph-ui-background);\n --cosmograph-timeline-text-color: var(--cosmograph-ui-text);\n --cosmograph-timeline-axis-color: var(--cosmograph-ui-text);\n"; export declare const timeline: string; export declare const timelineSvg: string; export declare const selection: string; export declare const axisTick: string; export declare const axisLine: string; export declare const bar: string; export declare const axis: string; export declare const bars: string; export declare const brush: string; export declare const animationControl: string; export declare const hidden: string; export declare const disabled: string; export declare const highlightedBar: string; export declare const playAnimation: string; export declare const pauseAnimation: string;