import { GenColumnWidthOptions } from "../../types"; /** * Generate/Distribute the column widths based on the given options. * @param {GenColumnWidthOptions} options - The options for Generating/Distributing the column widths. * @returns {number[]} - The output column widths. */ export declare function generateColumnWidths( options: GenColumnWidthOptions, ): number[];