import { ToReact } from './helpers.types'; import { ZGroupBarChart } from '../group-bar-chart'; export type ZrGroupBarChart_Props = ToReact<'GroupBarChart'>; type ZrGroupBarChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrGroupBarChart_Type; export { Namespace as ZrGroupBarChart };