declare const HillChart: (aliasToken: any) => { label: { color: any; }; emphasis: { itemStyle: { borderColor: any; }; }; }; export default HillChart;