import { ToReact } from './helpers.types'; import { ZStackedBarChart } from '../stacked-bar-chart'; export type ZrStackedBarChart_Props = ToReact<'StackedBarChart'>; type ZrStackedBarChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrStackedBarChart_Type; export { Namespace as ZrStackedBarChart };