import { ChartIcon } from '../../../core/components/legend/categorical/types/legend.js'; export declare const renderIcon: (variant?: ChartIcon) => import("react/jsx-runtime").JSX.Element; /** * ChartLegend component. */ export declare const TimeseriesChartLegend: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;