export declare const pieOptions: (type: any, color: any) => {
    backgroundColor: any;
    color: any;
    tooltip: {
        show: boolean;
    };
    legend: {
        trigger: string;
        show: boolean;
    };
    grid: any;
    series: any;
};
