export declare function usePageChartColors(): {
    successfulColor: string;
    failedColor: string;
    errorColor: string;
    warningColor: string;
    canceledColor: string;
    blueColor: string;
    yellowColor: string;
    purpleColor: string;
    orangeColor: string;
    redColor: string;
    cyanColor: string;
    greenColor: string;
    greyColor: string;
    chartColors: string[];
};
