export declare function darkenHexColor(hexColor: string, factor: number): string;
