import { ToReact } from './helpers.types'; import { ZScatterPlotChart } from '../scatter-plot-chart'; export type ZrScatterPlotChart_Props = ToReact<'ScatterPlotChart'>; type ZrScatterPlotChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrScatterPlotChart_Type; export { Namespace as ZrScatterPlotChart };