import type ExcelJS from 'exceljs'; import type { CellStyle, CellType } from '../util/type'; export declare function getCellFont(cellStyle: CellStyle, cellType: CellType): Partial; export declare function getCellFill(cellStyle: CellStyle): ExcelJS.Fill; export declare function getCellBorder(cellStyle: CellStyle): Partial; export declare function getCellAlignment(cellStyle: CellStyle, indent: number): Partial;