import { IWorkbook } from '../types/IWorkbook'; export declare function getThemeColor(themeId: number | string, workbook?: IWorkbook): string;