export declare const sunburst: (columns: any, rows: any, settings: any, extra: any) => { series: { type: string; itemStyle: { borderWidth: number; }; }; tooltip: any; topHtml: any; };