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/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$disabled" | "$selected"> & { $disabled?: boolean; $selected?: boolean; }, never> & Partial, HTMLDivElement>, "$disabled" | "$selected"> & { $disabled?: boolean; $selected?: boolean; }, never>>> & string; export declare const LegendShape: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$color" | "$shape" | "$chartColors"> & { $color?: string; $shape: "line" | "rectangle"; $chartColors: Record; }, never> & Partial, HTMLDivElement>, "$color" | "$shape" | "$chartColors"> & { $color?: string; $shape: "line" | "rectangle"; $chartColors: Record; }, never>>> & string; export declare const ChartLegend: ({ shape, disabled, direction, legendSize, legendColor, }: ChartLegendProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ChartLegend.d.ts.map