export declare const pieTooltip: { trigger: string; className: string; formatter: string; }; export declare const colorToolTipLegend: { color: string[]; tooltip: { trigger: string; className: string; formatter: string; }; legend: { type: string; orient: string; align: string; x: string; y: string; itemGap: number; icon: string; textStyle: { color: string; fontSize: string; padding: number[]; }; itemWidth: number; }; }; export declare const labelEmphasis: { label: { show: boolean; position: string; }; emphasis: { label: { show: boolean; fontSize: string; fontWeight: string; color: string; }; }; labelLine: { show: boolean; }; };