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) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LegendSvgItem.d.ts.map