/** 将html中的颜色转化为word中的颜色 */ export declare const htmlColorToWordColor: (colorStr: string) => string;