import { ToReact } from './helpers.types'; import { ZLineChart } from '../line-chart'; export type ZrLineChart_Props = ToReact<'LineChart'>; type ZrLineChart_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrLineChart_Type; export { Namespace as ZrLineChart };