import { JSXElementConstructor } from 'react'; export declare const barChartClassNames: { barChartLinesGlobal: string; barChartLine: string; barChartAreasGlobal: string; barChartArea: string; barChartLabelContainer: string; barChartLabelFlex: string; barChartLabel: string; barChartMouseRect: string; barChartMouseContainer: string; barChartTooltipFlex: string; barChartMouseTooltip: string; barChartTooltip: string; barChartTooltipItem: string; barChartTooltipColFlex: string; barChartTooltipGroupName: string; barChartColorBox: string; barChartColorLine: string; barChartTooltipName: string; barChartTooltipValue: string; barChartBarGlobal: string; barChartYScaleGlobal: string; barChartYAxis: string; barChartXAxis: string; barChartYAxisZeroTick: string; barChartGridGlobal: string; barChartGridLineX: string; barChartGridLineXZero: string; barChartGridLineYZero: string; barChartGridLineY: string; barChartSelection: string; }; export declare const SvgWrapper: import('styled-components').StyledComponent<"div", any, { selectable?: boolean; }, never>; export declare const TooltipStyles: JSXElementConstructor;