import type { CellPlugin, CellSpacing, DataTType } from '../types'; export declare const getPluginCellSpacing: (plugin: CellPlugin | null, data: DataT) => number | CellSpacing | null; export declare const normalizeCellSpacing: (cellSpacing?: null | number | CellSpacing) => CellSpacing; //# sourceMappingURL=getCellSpacing.d.ts.map