import type { Group } from '../graphic/group';
export declare function isMergeCellGroup(cellGroup: Group): boolean;
