import * as React from 'react'; import { SDSChartProps } from './SDSChart.types'; declare const SDSChart: React.FC; export default SDSChart;