import { ToReact } from './helpers.types'; import { ZPieChart } from '../pie-chart'; export type ZrPieChart_Props = ToReact<'PieChart'>; type ZrPieChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrPieChart_Type; export { Namespace as ZrPieChart };