import React from 'react';
declare function mergeCells(cells: any): React.ReactNode[];
export default mergeCells;
