export declare const factorToFitInMinimumRowHeight: (dimension: { height: number; }, minimumRowHeight: number) => number;