import { ToReact } from './helpers.types'; import { ZBoxPlotChart } from '../box-plot-chart'; export type ZrBoxPlotChart_Props = ToReact<'BoxPlotChart'>; type ZrBoxPlotChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrBoxPlotChart_Type; export { Namespace as ZrBoxPlotChart };