export declare const DonutThresholdDynamicTheme: {
    legend: {
        colorScale: ("var(--pf-chart-donut--threshold--second--Color, #d2d2d2)" | "var(--pf-chart-donut--threshold--third--Color, #b8bbbe)")[];
    };
    pie: {
        height: 202;
        padding: 20;
        width: 202;
    };
};
export declare const DonutThresholdStaticTheme: {
    pie: {
        colorScale: ("var(--pf-chart-donut--threshold--second--Color, #d2d2d2)" | "var(--pf-chart-donut--threshold--third--Color, #b8bbbe)" | "var(--pf-chart-donut--threshold--first--Color, #f0f0f0)")[];
        height: 230;
        padAngle: 1;
        padding: 20;
        width: 230;
    };
};
//# sourceMappingURL=donut-threshold-theme.d.ts.map