export declare const makeRows: (accumulatedRows: { contents: any; rowHeight: number; horizontalWhitespace: number; }[], dimensions: any, width: any, minimumRowHeight: any, maximumRowHeight: any) => { contents: any; rowHeight: number; horizontalWhitespace: number; }[];