import { LegendSvgItemProps } from '../types';
export declare const LegendSvgItem: ({ x, y, width, height, data, direction, justify, textColor, background, opacity, symbolShape, symbolSize, symbolSpacing, symbolBorderWidth, symbolBorderColor, onClick, onMouseEnter, onMouseLeave, toggleSerie, effects, }: LegendSvgItemProps) => JSX.Element;
//# sourceMappingURL=LegendSvgItem.d.ts.map