export declare function getGaugeColorRange(percentage: number, color: {
    color: string;
}, backgroundColor: string): any[][];
export declare function getCircularColorRange(percentage: number, color: {
    color: string;
}, backgroundColor: string): (string | number)[][];
