import type { Cell } from './types/internal';
declare const _default: (cells: Cell[]) => number[];
/**
 * Calculates width of each cell contents.
 */
export default _default;
