import { ILintRes } from '../lint/types';
declare function genColorData(data: ILintRes, isExcel: boolean): string[];
export default genColorData;
