import { LegendSvgProps } from '../types'; export declare const LegendSvg: ({ data, x, y, direction, padding: _padding, justify, effects, itemWidth, itemHeight, itemDirection, itemsSpacing, itemTextColor, itemBackground, itemOpacity, symbolShape, symbolSize, symbolSpacing, symbolBorderWidth, symbolBorderColor, onClick, onMouseEnter, onMouseLeave, toggleSerie, }: LegendSvgProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LegendSvg.d.ts.map