import { ToReact } from './helpers.types'; import { ZHistogram } from '../histogram'; export type ZrHistogram_Props = ToReact<'Histogram'>; type ZrHistogram_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrHistogram_Type; export { Namespace as ZrHistogram };