/** * 处理拖拽单元格扩展选区 */ export declare function handleDragCell(offsetX: number, offsetY: number): void;