/** * 计算条件格式 */ import { CellInfo } from '../types/CellInfo'; import { Sheet } from './Sheet'; export declare function applyConditionalFormat(sheet: Sheet, cellInfo: CellInfo, row: number, col: number): void;