import { UiState } from "../types";
export declare function calculateBatchDisplay(state: UiState): {
    text: string;
    height: number;
};
//# sourceMappingURL=calculate-batch-display.d.ts.map