import type { SVGChartProps } from '../types'; export { SVGRenderer } from './SVGRenderer'; export * from '../types'; declare const SvgChart: import("react").NamedExoticComponent>; export default SvgChart; //# sourceMappingURL=svgChart.d.ts.map