export declare const horizontalBarChartClassNames: { horizontalBarChartButtonTd: string; horizontalBarChartLabelTd: string; horizontalBarChartLabelCell: string; horizontalBarChartBarTd: string; horizontalBarChartBarFlex: string; horizontalBarChartBar: string; horizontalBarChartBarFirst: string; horizontalBarChartBarLast: string; horizontalBarChartBarOnly: string; horizontalBarChartTooltipFlex: string; horizontalBarChartStackWrapper: string; horizontalBarChartTooltipContainer: string; horizontalBarChartStackSumContainer: string; horizontalBarChartStackSum: string; horizontalBarChartXScaleTd: string; horizontalBarChartXScaleTicks: string; horizontalBarChartXScaleTick: string; horizontalBarChartTooltipItem: string; horizontalBarChartTooltipName: string; horizontalBarChartTooltipValue: string; }; export declare const Table: import('styled-components').StyledComponent<"table", any, {}, never>; export declare const LabelCell: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const BarFlex: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const BarsTd: import('styled-components').StyledComponent<"td", any, {}, never>; export declare const TooltipFlex: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const StackSumContainer: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const StackSum: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const StackWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;