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