import { CellInfo } from '../types/CellInfo'; import { Sheet } from './Sheet'; /** * 对单元格应用表格样式 */ export declare function applyTablePartsStyle(sheet: Sheet, cellInfo: CellInfo): void;