export declare const useCompilationColor: (compilation?: {
    errorsCount?: number;
    warningsCount?: number;
}, successColor?: string) => string;
