import { VizTheme } from './theme'; export declare const tooltipOutsideChartContainerHeightRaw = 16; export declare const StyledTooltipOutsideChartWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledTimeseriesChartContainer: import("styled-components").StyledComponent<"div", any, { height: number | string; width: string | number; }, never>; export declare const StyledTimeSeriesChart: import("styled-components").StyledComponent<"div", any, { flexDirection: string; theme: VizTheme; width: string | number; }, never>;