import { ToReact } from './helpers.types'; import { ZHeatmap } from '../heatmap'; export type ZrHeatmap_Props = ToReact<'Heatmap'>; type ZrHeatmap_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrHeatmap_Type; export { Namespace as ZrHeatmap };