import { ToReact } from './helpers.types'; import { ZGanntChart } from '../gannt-chart'; export type ZrGanntChart_Props = ToReact<'GanntChart'>; type ZrGanntChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrGanntChart_Type; export { Namespace as ZrGanntChart };