import { ChartType } from '../../../constants';
export declare const pieTypeMapThemeoption: {
    pieBucket: string;
    pieMetric: string;
    pieRingBucket: string;
    pieRingMetric: string;
    pieRoseBucket: string;
    pieRoseMetric: string;
};
export declare const defaultConfig: {
    tooltip: {
        trigger: string;
        confine: boolean;
    };
    legend: {
        itemWidth: number;
        itemHeight: number;
    };
};
export declare const noDataSeries: () => {
    name: string;
    type: string;
    center: string[];
    hoverAnimation: boolean;
    tooltip: {
        show: boolean;
    };
    data: {
        name: string;
        value: number;
    }[];
};
