import { ToReact } from './helpers.types'; import { ZBarChart } from '../bar-chart'; export type ZrBarChart_Props = ToReact<'BarChart'>; type ZrBarChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrBarChart_Type; export { Namespace as ZrBarChart };