// @flow export type RealCellsCount = (gap: boolean, cells: ?number) => number; declare export default RealCellsCount;