import { TextVariant } from '../../text/Text.component'; import { CoreUITheme } from '../../../style/theme'; type ChartLegendProps = { shape: 'line' | 'rectangle'; disabled?: boolean; direction?: 'horizontal' | 'vertical'; legendSize?: TextVariant; legendColor?: keyof CoreUITheme; }; export declare const LegendItem: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { disabled?: boolean; selected?: boolean; }, never>; export declare const LegendShape: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { color?: string; shape: "line" | "rectangle"; chartColors: Record; }, never>; export declare const ChartLegend: ({ shape, disabled, direction, legendSize, legendColor, }: ChartLegendProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ChartLegend.d.ts.map