declare class TreeChart { constructor(iChartOption: any); updateOption(): void; getOption(): any; setOption(): void; } export default TreeChart;