import { ToReact } from './helpers.types'; import { ZDonutChart } from '../donut-chart'; export type ZrDonutChart_Props = ToReact<'DonutChart'>; type ZrDonutChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrDonutChart_Type; export { Namespace as ZrDonutChart };