import { ChartProps } from "./Interface"; export declare function DrawHierarchyChart({ path, width: totalWidth, height: totalHeight, data, linkType, stepPercent, nodeWidth, nodeHeight, styleConfig, margin, renderers, cells, enabled, nodeElements, islazyLoad, lazyLoadFunction }: ChartProps): import("react/jsx-runtime").JSX.Element;