import { JSXElementConstructor } from 'react'; export declare const lineChartClassNames: { lineChartYScaleGlobal: string; lineChartYScaleRight: string; lineChartXScaleGlobal: string; lineChartLinesGlobal: string; lineChartLine: string; lineChartAreasGlobal: string; lineChartArea: string; lineChartDotsGlobalContainer: string; lineChartDotsGlobal: string; lineChartDot: string; lineChartGridGlobal: string; lineChartGridLineX: string; lineChartGridLineY: string; lineChartLabelContainer: string; lineChartLabelFlex: string; lineChartLabel: string; lineChartMouseGlobal: string; lineChartMouseLine: string; lineChartMouseRect: string; lineChartMouseCircle: string; lineChartMouseLabelContainer: string; lineChartMouseLabel: string; }; export declare const SvgWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const TooltipStyles: JSXElementConstructor;