import { TablePipeline } from '../interface'; declare function mergeCellHover(pipeline: TablePipeline): void; export default mergeCellHover;