import * as React from 'react';
declare function mergeCells(cells: any): React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>[];
export default mergeCells;
