/** * Get the width of a column with a colspan greater than 1 * @param colSpan - The number of columns to span * @param cellIndex - The index of the cell * @returns The width of the column span */ export declare const getColSpanWidth: (colSpan: number, cellIndex: number) => string;