declare class ColorUtil {
    static changeTextColor(textColor: string, element: HTMLElement): void;
    static changeColor(color: string, element: HTMLElement): void;
}
export { ColorUtil };
